Skip to content

jonathancopperstone/karma-ledmeknow-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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