test-driven development with AngularJS & Karma
install node.js
npm install -g karma
npm install -g karma-jasmine
npm install -g karma-chrome-launcher
npm install -g phantomjs
npm install -g karma-phantomjs-launcher
npm install -g karma-script-launcher
npm install -g karma-ng-scenario
npm install -g karma-cli
npm install -g http-server
go to the project root directory and run
start_tdd.bat --> for starting the http-server und run the unittests
start_e2e_xs.bat --> to run the e2e-tests for extra small devices (smartphones)
start_e2e_sm.bat --> to run the e2e-tests for small devices (tablets)