blob: 16133d4d51b8fca836ddab89cf6b9869ca391176 [file] [log] [blame]
### Build steps:
You will need grunt and jasmine for testing the Log Processor.
To install Grunt (drives tests).
Instructions are detailed at: http://gruntjs.com/getting-started
Summary:
1 - install npm
2 - update npm: npm update -g npm
3 - use npm to install grunt-cli: npm install -g grunt-cli
4 - change to logprocessor directory
5 - install project dependencies: npm install
6 - run grunt: grunt
7 - run tests: grunt test
### Use:
Option 1: Open service_states.html in browser
Option 2: Load as an unpacked app in chrome://extensions
### Debugging:
Open the browser console.
### Testing:
Testing is done in Jasmine. After following the build steps above,
run "grunt test"