Socket
Socket
Sign inDemoInstall

simple-cucumber-html-reporter

Package Overview
Dependencies
17
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

lib/generate-report.js

@@ -39,3 +39,3 @@ "use strict";

};
const DEFAULT_REPORTNAME = "Multiple Cucumber HTML Reporter";
const DEFAULT_REPORTNAME = "Simple Cucumber HTML Reporter";

@@ -150,3 +150,3 @@ function generateReport(options) {

console.log(
chalk.blue(`\n
chalk.yellow(`\n
=====================================================================================

@@ -153,0 +153,0 @@ Simple Cucumber HTML report generated in:

{
"name": "simple-cucumber-html-reporter",
"version": "2.0.1",
"description": "Generates simple cucumberjs automation reports for browsers and devices",
"keywords": [
"cucumber",
"automation report",
"test report",
"simple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "lib/generate-report.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://rahul-upadhyay@bitbucket.org/rahul-upadhyay/cucumber-html-reporter.git"
},
"author": "rahul-upadhyay",
"license": "MIT",
"dependencies": {
"chalk": "1.1.3",
"find": "0.2.7",
"fs-extra": "2.1.2",
"js-base64": "2.1.9",
"jsonfile": "2.4.0",
"lodash": "4.17.4",
"opn": "5.0.0",
"uuid": "3.0.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"istanbul": "0.4.5",
"jasmine": "2.6.0"
}
}
"name": "simple-cucumber-html-reporter",
"version": "2.0.2",
"description": "Generates simple cucumberjs automation reports for browsers and devices",
"keywords": [
"cucumber",
"automation report",
"test report",
"simple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "lib/generate-report.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://rahul-upadhyay@bitbucket.org/rahul-upadhyay/cucumber-html-reporter.git"
},
"author": "rahul-upadhyay",
"license": "MIT",
"dependencies": {
"chalk": "1.1.3",
"find": "0.2.7",
"fs-extra": "2.1.2",
"js-base64": "2.1.9",
"jsonfile": "2.4.0",
"lodash": "4.17.4",
"opn": "5.0.0",
"uuid": "3.0.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"istanbul": "0.4.5",
"jasmine": "2.6.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc