New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multiple-cucumber-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-cucumber-html-reporter - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

lib/collect-jsons.js

@@ -6,3 +6,3 @@ 'use strict';

const jsonFile = require('jsonfile');
const path = require('path');
const path = require('node:path');
const { DateTime } = require('luxon');

@@ -9,0 +9,0 @@

@@ -7,3 +7,3 @@ 'use strict';

const open = require('open');
const path = require('path');
const path = require('node:path');
const { v4: uuid } = require('uuid');

@@ -10,0 +10,0 @@ const { Duration } = require('luxon');

{
"name": "multiple-cucumber-html-reporter",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate beautiful Cucumber.js reports for multiple instances (browsers / devices)",

@@ -36,6 +36,6 @@ "keywords": [

"find": "^0.3.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.19",
"luxon": "^3.0.4",
"lodash": "^4.17.21",
"luxon": "^3.1.1",
"open": "^8.4.0",

@@ -45,6 +45,6 @@ "uuid": "^9.0.0"

"devDependencies": {
"jasmine": "^4.4.0",
"jasmine": "^4.5.0",
"nyc": "^15.1.0",
"release-it": "^15.4.1"
"release-it": "^15.5.1"
}
}

@@ -16,2 +16,9 @@ Multiple Cucumber HTML Reporter

# Maintainer(s) Wanted
Unfortunately I no longer have the time and/or resources to work on this project.
For now only pull requests of external contributors are being reviewed, accepted and welcomed (with some delay). No more bug fixes or new features will be implemented by me.
If you are interested in giving this project some ❤️, please chime in. I'm also happy to transfer the package to someone else and give you all the rights.
# Important

@@ -22,5 +29,5 @@ > **The default time notation in Cucumber is in nanoseconds. When you use a version of Cucumber that uses milliseconds (like CucumberJS 2 and 3) and you want to show the duration you should use [`displayDuration`](./README.MD#displayDuration) AND [`durationInMS = true`](./README.MD#durationinms)**

or with dark mode enabled
![image](https://user-images.githubusercontent.com/6072775/170474502-609d7e56-a7d4-42f1-80a5-c1cb0deee807.png)
![image](https://user-images.githubusercontent.com/6072775/170474592-915efcbb-2587-4c52-984d-e0900cf19b0b.png)
or with dark mode enabled:
![image](https://user-images.githubusercontent.com/10329968/193400025-37dcbc0a-f5b8-4dea-b40e-51330c43aebf.png)
![image](https://user-images.githubusercontent.com/10329968/193400032-1142963c-f216-416c-bf42-95a26351a824.png)

@@ -27,0 +34,0 @@ A sample can be found [here](https://wswebcreation.github.io/multiple-cucumber-html-reporter/browsers/index.html)

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc