Skip to content

genne5/TDD-Angular-Karma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TDD-Angular-Karma

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)

About

test-driven development with AngularJS & Karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published