grunt-cucumberjs
Advanced tools
Comparing version 0.10.4 to 0.10.5
{ | ||
"name": "grunt-cucumberjs", | ||
"description": "Generates documentation from Cucumber features", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"homepage": "https://github.com/mavdi/grunt-cucumberjs", | ||
@@ -33,3 +33,3 @@ "author": { | ||
"chai": "^3.5.0", | ||
"cucumber-html-reporter": "^0.2.4", | ||
"cucumber-html-reporter": "^0.2.7", | ||
"cucumber-parallel": "^0.1.11", | ||
@@ -36,0 +36,0 @@ "node-fs": "^0.1.7" |
@@ -219,2 +219,12 @@ grunt-cucumberjs | ||
#### `launchReport` | ||
Type: `Boolean` | ||
Automatically launch HTML report at the end of test suite | ||
`true`: Launch HTML report in the default browser | ||
`false`: Do not launch HTML report at the end of test suite | ||
### Pie Charts | ||
@@ -221,0 +231,0 @@ |
28633
254