Skip to content

Angular.js 1.x and Bootstrap test suite

Notifications You must be signed in to change notification settings

ashawley/angularjs-bootstrap-jasmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS 1.x testing with Jasmine

Build Status

$ git clone [email protected]/ashawley/angularjs-bootstrap-jasmine.git -o upstream

$ npm install
added 469 packages in 20.186s

$ npm install -g karma-cli
/usr/local/bin/karma -> /usr/local/lib/node_modules/karma-cli/bin/karma
+ [email protected]
added 3 packages in 3.408s

$ npm start

> [email protected] start ./angularjs-bootstrap-jasmine
> http-server -a localhost -p 8080 -c-1 ./app

Starting up http-server, serving ./app
Available on:
  http://localhost:8080
Hit CTRL-C to stop the server

$ npm test

$ karma start
INFO [karma]: Karma v0.13.22 server started at http://localhost:9877/
TOTAL: 18 SUCCESS

$ karma start --browsers Chrome