Skip to content

Yet another Karma reporter created with the purpose to keep the testlog smaller.

License

Notifications You must be signed in to change notification settings

rdkleine/karma-simpler-reporter

Repository files navigation

karma-simpler-reporter

Yet another Karma reporter created with the purpose to keep the testlog smaller.

Installation

The easiest way is to keep karma-simpler-reporter as a devDependency in your package.json. Just run

npm install karma-simpler-reporter --save-dev

to let npm automatically add it there.

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['progress', 'simple'],
  });
};

About

Yet another Karma reporter created with the purpose to keep the testlog smaller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published