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.jsfile and fill in your USERNAME, IP and LAMP_IDS
- Change
package.jsonof your application and add a newtest.huescript which includes the hue reporter:"test.hue": "react-scripts test --reporters='default' --reporters='../hue-reporter/hue-reporter.js'
