Go to file
2012-11-01 22:03:09 -07:00
docs initial commit 2012-11-01 22:03:09 -07:00
tasks initial commit 2012-11-01 22:03:09 -07:00
test initial commit 2012-11-01 22:03:09 -07:00
.editorconfig initial commit 2012-11-01 22:03:09 -07:00
.gitattributes initial commit 2012-11-01 22:03:09 -07:00
.gitignore initial commit 2012-11-01 22:03:09 -07:00
.jshintrc initial commit 2012-11-01 22:03:09 -07:00
.npmignore initial commit 2012-11-01 22:03:09 -07:00
.travis.yml initial commit 2012-11-01 22:03:09 -07:00
AUTHORS initial commit 2012-11-01 22:03:09 -07:00
CHANGELOG initial commit 2012-11-01 22:03:09 -07:00
CONTRIBUTING.md initial commit 2012-11-01 22:03:09 -07:00
Gruntfile.js initial commit 2012-11-01 22:03:09 -07:00
LICENSE-MIT initial commit 2012-11-01 22:03:09 -07:00
package.json initial commit 2012-11-01 22:03:09 -07:00
README.md initial commit 2012-11-01 22:03:09 -07:00

grunt-contrib-jasmine Build Status

Run jasmine specs headlessly through PhantomJS.

Note that this plugin has not yet been released, and only works with the latest bleeding-edge, in-development version of grunt. See the When will I be able to use in-development feature 'X'? FAQ entry for more information.

Getting Started

If you haven't used grunt before, be sure to check out the Getting Started guide.

From the same directory as your project's Gruntfile and package.json, install this plugin with the following command:

npm install grunt-contrib-jasmine --save-dev

Once that's done, add this line to your project's Gruntfile:

grunt.loadNpmTasks('grunt-contrib-jasmine');

If the plugin has been installed correctly, running grunt --help at the command line should list the newly-installed plugin's task or tasks. In addition, the plugin should be listed in package.json as a devDependency, which ensures that it will be installed whenever the npm install command is run.

The jasmine task

Overview

Options

option1

Type: Integer
Default: 8080

descr

option2

Type: String
Default: foo

descr

option3

Type: String
Default: .

descr

option4

Type: Boolean
Default: false

descr

options5

Type: Function
Default:

function() {
}

Usage examples

Basic Use

Release History

  • 2012-10-31 - v0.1.0 - Work in progress, not yet officially released.

-- Task submitted by Jarrod Overson.

Generated on Thu Nov 01 2012 22:01:17.