/AngularTesting

A sample project to demo running angular test cases (E2E and Unit)

Primary LanguageJavaScript

References

Libraries

How to run this?

* Install Node
* Install git
* Git clone this repository
* npm install –g protractor
* npm install –g mocha
* npm install
* bower install

* Running Protractor
	* Run the application
	* npm run protractor

* Running Unit test cases
	* npm test