/online-store

Warming up on Angular JS - Technical Test Rewrite

Primary LanguageJavaScript

AngularJS warm up...

  • 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]

Usage:

To start the server:

$ npm start

will open up the application on http://localhost:8000/app/index.html

Running the test suite:

Unit tests in PhantomJS (will run continuously as code is updated):

$ npm test

Feature tests in Chrome:

$ npm run protractor