grunt-cucumberjs
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "grunt-cucumberjs", | ||
"description": "Generates documentation from Cucumber features", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/mavdi/grunt-cucumberjs", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -49,2 +49,3 @@ /* | ||
grunt.log.error('failed tests, please see the output'); | ||
if(config.format === 'html') publish(JSON.parse(stdout)); | ||
return done(false); | ||
@@ -51,0 +52,0 @@ } |
748284
9782