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.2 to 0.9.3

2

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

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

@@ -110,3 +110,3 @@ # wdio-html-reporter

Uncomment the templateFilename above, and in the ReportAggregator. You must provide an absolute path to the file you can modify the alt-template above if you wish
The template must support all the constructs in the default template. YOu may add more or just change the formatting and css.
The template must support all the constructs in the default template. You may add more or just change the formatting and css.

@@ -113,0 +113,0 @@ ## Add Message and Screenshots to the Html Report:

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

if (! self.suiteUid) {
self.suiteUid = "suiteUid";
self.suiteUid = "suite";
}

@@ -226,0 +226,0 @@ if (! self.cid) {

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