Reports Jest test results to Phillips Hue light bulbs.
- Clone this repo to a folder
- Execute
npm install
- Discover and connect to the Hue Bridge for the first time as described in node-hue-api documentation
- Change
hue-reporter.js
file and fill in your USERNAME, IP and LAMP_IDS
- Change
package.json
of your application and add a newtest.hue
script which includes the hue reporter:"test.hue": "react-scripts test --reporters='default' --reporters='../hue-reporter/hue-reporter.js'