Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashawley/angularjs-bootstrap-jasmine

Angular.js 1.x and Bootstrap test suite
https://github.com/ashawley/angularjs-bootstrap-jasmine

angularjs jasmine karma karma-jasmine nodejs travis-ci

Last synced: 5 days ago
JSON representation

Angular.js 1.x and Bootstrap test suite

Awesome Lists containing this project

README

        

AngularJS 1.x testing with Jasmine
==================================

[![Build Status](https://travis-ci.org/ashawley/angularjs-bootstrap-jasmine.svg?branch=hello-world)](https://travis-ci.org/ashawley/angularjs-bootstrap-jasmine)

$ 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

- https://docs.angularjs.org/tutorial
- https://docs.angularjs.org/guide
- http://bguiz.github.io/js-standards/angularjs/naming/