Example setup for grunt-jasmine-runner.
Browse the source for an example of how to set up your tests to be run via grunt-jasmine-runner.
The application here is the Jasmine example application. The only changes made were jshint comments to allow the linter to pass.
Clone this repo and then run npm install
to install grunt-jasmine-runner
grunt jasmine
Or to run the default tasks (lint + jasmine) :
grunt
grunt jasmine-server
This plugin requires phantomjs to run tests headlessly. Get it at phantomjs.org
The example application source is copyright Pivotal Labs and licensed under the MIT license.
All other configuration code is public domain
All code not coming from Pivotal Labs was written by Jarrod Overson