0.1.2 • Published 8 years ago

karma-ledmeknow-reporter v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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']
});