karma-doc-reporter

0.0.1 • Public • Published

karma-doc-reporter

Doc reporter for karma.

Installation

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

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-doc-reporter": "git://github.com/Attamusc/karma-doc-reporter#master"
  }
}

Configuration

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

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

karma start --reporters doc,dots

For more information on Karma see the homepage.

Readme

Keywords

none

Package Sidebar

Install

npm i karma-doc-reporter

Weekly Downloads

17

Version

0.0.1

License

MIT

Last publish

Collaborators

  • attamusc