0.1.1 • Published 11 years ago
karma-blink1-reporter v0.1.1
karma-blink1-reporter
karma-blink1-reporter uses a blink(1) device to display Karam test results.
Only works with Karma 0.9 or later which enables custom plugins.
Usage
Make sure you're using Karma 0.9+
karma --version
. You may install the latest (unstable) version usingnpm install -g karma@canary
Install the blink(1) software from the blink(1) homepage
Install karma-blink1-reporter
$ npm install -g karma-blink1-reporter
- Add the plugin too reporters
reporters = ['blink1'];
Start the blink(1) software
Run your tests
Configuration
Some properties of the plugin can be changes in the Karma config file by adding the blink1
key.
/* Default vales */
blink1 = {
baseUrl: 'http://localhost:8934/blink1/',
fault: 'FF0000',
error: 'FFA500',
success: '00FF00',
duration: 1.5
},
License
karma-blink-reporter is licensed under the MIT License.