2.0.0 • Published 8 years ago

karma-simple-reporter v2.0.0

Weekly downloads
135
License
ISC
Repository
github
Last release
8 years ago

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

2.0.0

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago