- A one page AngularJS online store
- Unit tests in Karma run through PhantomJS headless browser
- Feature tests in Protractor using Chrome
[NB: This repository is a work in progress]
To start the server:
$ npm start
will open up the application on http://localhost:8000/app/index.html
Unit tests in PhantomJS (will run continuously as code is updated):
$ npm test
Feature tests in Chrome:
$ npm run protractor