multiple-cucumber-html-reporter
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -44,3 +44,3 @@ 'use strict'; | ||
}); | ||
if (options.saveCollectedJSON) { | ||
@@ -51,3 +51,3 @@ const file = path.resolve(options.reportPath, 'merged-output.json'); | ||
} | ||
return jsonOutput; | ||
@@ -57,3 +57,3 @@ } | ||
console.log(chalk.yellow(`WARNING: No JSON files found in '${options.jsonDir}'. NO REPORT CAN BE CREATED!`)); | ||
return "[]"; | ||
return []; | ||
}; |
{ | ||
"name": "multiple-cucumber-html-reporter", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -420,4 +420,4 @@ Multiple Cucumber HTML Reporter | ||
## Changelog | ||
The Changelog can be found [here](./CHANGELOG.md) | ||
## Changelog and Releases | ||
The Changelog and releases can be found [here](https://github.com/wswebcreation/multiple-cucumber-html-reporter/releases) | ||
@@ -424,0 +424,0 @@ ## Contributing |
1962167