Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rpii/wdio-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpii/wdio-html-reporter - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

package.json
{
"name": "@rpii/wdio-html-reporter",
"version": "0.9.0",
"version": "0.9.1",
"description": "A WebdriverIO plugin. Create a basic HTML formatted report",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -222,3 +222,8 @@ import WDIOReporter from '@wdio/reporter'

self.metrics.duration = runner._duration;
if (! self.suiteUid) {
self.suiteUid = "suiteUid";
}
if (! self.cid) {
self.cid = "cid" ;
}
const reportOptions = {

@@ -225,0 +230,0 @@ data : {

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