A starter AngularJS repository for getting started with AngularJS. Includes helpful unit testing tools, Protractor integration and coverage testing.
sudo npm install -g grunt-cli
sudo npm install -g selenium
npm install
grunt install
grunt dev
- Go to:
http://localhost:8888
grunt test
grunt test:unit
grunt autotest:unit
grunt test:e2e
grunt autotest:e2e
grunt coverage
The browser will open to localhost:5555 you need to copy and paste the coverage report folder after it e.g. http://localhost:5555/Chrome 35.0.1916 (Mac OS X 10.9.3)