karma-simple-reporter

2.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i karma-simple-reporter

Weekly Downloads

65

Version

2.0.0

License

ISC

Last publish

Collaborators

  • guy-biton