karma-traackr-reporter

0.1.0 • Public • Published

karma-traackr-reporter

This reporter is intended to give a breakdown of test results in a way that is quite clear exactly what has been run, skipped, or failed, and what the results for the tests are on a browser-by-browser basis.

It is a standalone reporter, and is partially based on Karma Summary Reporter which is really great, but didn't offer quite as much as I wanted.

Example

Installation

Install via NPM:

npm install --save-dev karma-traackr-reporter

Add to your Karma Config (karma.conf.js):

config.set({
  reporters: ['traackr']
});

Readme

Keywords

Package Sidebar

Install

npm i karma-traackr-reporter

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mpelletier