Skip to content

Minimalist test reporter, that prints simple colorful results to the console.

Notifications You must be signed in to change notification settings

guyius/karma-simple-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-simple-reporter

NPM version Build Status

Minimalist Karma test reporter, that prints simple colorful results to the console.

Configuration

//karma.conf.js
...
  plugins: ["karma-simple-reporter"],
  config.set({
    ...
      reporters: ["karmaSimpleReporter"],
      specReporter: {
        suppressPassed: true,
        suppressSkipped: true,
        suppressFailed: true,
        suppressErrorSummary: true, 
        maxLogLines: 5,
        prefixes: {
          success: '✓ ',
          failure: '✗ ',
          skipped: '- '
        }
    }
    ...

Report preview

alt text

About

Minimalist test reporter, that prints simple colorful results to the console.

Resources

Stars

Watchers

Forks

Packages

No packages published