karma-ledmeknow-reporter
v0.1.2
Published
LED Me Know custom Karma reporter.
Downloads
2
Maintainers
Readme
LED Me Know Reporter: Karma
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']
});