1
- # grunt-contrib-jasmine v0.9.2 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master )
1
+ # grunt-contrib-jasmine v1.0.0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master )
2
2
3
3
> Run jasmine specs headlessly through PhantomJS
4
4
@@ -78,7 +78,7 @@ CSS files that get loaded after the jasmine.css
78
78
79
79
#### options.version
80
80
Type: ` String `
81
- Default: '2.0.1'
81
+ Default: ` '2.0.1' `
82
82
83
83
This is the jasmine-version which will be used. currently available versions are:
84
84
@@ -103,7 +103,7 @@ Prevents the auto-generated specfile used to run your tests from being automatic
103
103
104
104
#### options.junit.path
105
105
Type: ` String `
106
- Default: undefined
106
+ Default: ` undefined `
107
107
108
108
Path to output JUnit xml
109
109
@@ -115,13 +115,13 @@ Consolidate the JUnit XML so that there is one file per top level suite.
115
115
116
116
#### options.junit.template
117
117
Type: ` String `
118
- Default: undefined
118
+ Default: ` undefined `
119
119
120
120
Specify a custom JUnit template instead of using the default ` junitTemplate ` .
121
121
122
122
#### options.host
123
123
Type: ` String `
124
- Default: ''
124
+ Default: ` '' `
125
125
126
126
The host you want PhantomJS to connect against to run your tests.
127
127
@@ -135,7 +135,7 @@ Without a `host`, your specs will be run from the local filesystem.
135
135
136
136
#### options.template
137
137
Type: ` String ` ` Object `
138
- Default: undefined
138
+ Default: ` undefined `
139
139
140
140
Custom template used to generate your Spec Runner. Parsed as underscore templates and provided
141
141
the expanded list of files needed to build a specrunner.
@@ -156,7 +156,7 @@ Third party polyfill libraries like json2 that are loaded at the very top before
156
156
157
157
#### options.display
158
158
Type: ` String `
159
- Default: ` full `
159
+ Default: ` ' full' `
160
160
161
161
* ` full ` displays the full specs tree
162
162
* ` short ` only displays a success or failure character for each test (useful with large suites)
@@ -259,7 +259,7 @@ grunt.initConfig({
259
259
options: {
260
260
specs: ' spec/*Spec.js' ,
261
261
helpers: ' spec/*Helper.js' ,
262
- template: require (' exports-process.js' )
262
+ template: require (' exports-process.js' ),
263
263
vendor: [
264
264
" vendor/*.js" ,
265
265
" http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"
@@ -295,6 +295,7 @@ for more information on the RequireJS template.
295
295
296
296
## Release History
297
297
298
+ * 2016-01-26 v1.0.0 bump grunt-lib-phantomjs to 1.0.0
298
299
* 2015-09-24 v0.9.2 Fixes npm@3 issues
299
300
* 2015-09-04 v0.9.1 Fix summary logging
300
301
* 2015-07-10 v0.9.0 Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
@@ -325,4 +326,4 @@ for more information on the RequireJS template.
325
326
326
327
Task submitted by [ Jarrod Overson] ( http://jarrodoverson.com )
327
328
328
- * This file was generated on Thu Sep 24 2015 13:00:10 .*
329
+ * This file was generated on Tue Jan 26 2016 10:43:05 .*
0 commit comments