Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.05 KB

grunt-jasmine-runner-example

Build Status

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

Running tests headlessly

grunt jasmine

Or to run the default tasks (lint + jasmine) :

grunt

Running tests in a browser

grunt jasmine-server

PhantomJS

This plugin requires phantomjs to run tests headlessly. Get it at phantomjs.org

License

The example application source is copyright Pivotal Labs and licensed under the MIT license.

All other configuration code is public domain

Author

All code not coming from Pivotal Labs was written by Jarrod Overson