karma-ledmeknow-reporter

0.1.2 • Public • Published

LED Me Know Reporter: Karma

npm version

This is a custom karma reporter, using led-me-know to report the results from the specs via an LED matrix.

For more information you can check out the docs in the led-me-know library or see the blog post.

Using this Reporter

To use this reporter, you need to install this npm as a dev dependency.

npm install --save-dev karma-ledmeknow-reporter

Next, in your karma configuration object, simply add the name of this reporter, led-me-know, to the reporters property.

config.set({
    reporters: ['progress', 'led-me-know']
});

Package Sidebar

Install

npm i karma-ledmeknow-reporter

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • johnnycopperstone