This is the quick start to get up and running within something other than angular-seed, yeoman, etc. I am actually using these files within a laravel project, so all file paths will be relevant to that framework.
This
- Runs in Chrome browser
- Is setup for jenkins (junit reporting)
To run just do karma start
in the root of the project
Helpful Resources:
http://www.tuesdaydeveloper.com/2013/06/angularjs-testing-with-karma-and-jasmine/