karma-clear-terminal-reporter

1.0.0 • Public • Published

karma-clear-terminal-reporter

Reporter that clears the screen before each test run and also scroll history.

Installation

Install by using following command

npm install karma-clear-terminal-reporter --save-dev

Configuration

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

You can pass list of reporters as a CLI argument too:

karma start --reporters clear-terminal,dots

Package Sidebar

Install

npm i karma-clear-terminal-reporter

Weekly Downloads

258

Version

1.0.0

License

MIT

Last publish

Collaborators

  • havunen