Skip to content

jsoverson/grunt-jasmine-runner-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example setup for grunt-jasmine-runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published