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 7.7.0 to 7.7.1

3

lib/htmlGenerator.js

@@ -151,2 +151,5 @@ "use strict";

});
Handlebars.registerHelper('ifCollapseSuites', (text, helperOpts) => {
return reportOptions.collapseSuites;
});
Handlebars.registerHelper('logClass', (text, helperOpts) => {

@@ -153,0 +156,0 @@ if (text.includes('Test Iteration')) {

@@ -11,2 +11,3 @@ import { Reporters } from "@wdio/types";

collapseTests?: boolean | undefined;
collapseSuites?: boolean | undefined;
useOnAfterCommandForScreenshot?: boolean | undefined;

@@ -13,0 +14,0 @@ LOG?: any;

@@ -13,2 +13,3 @@ "use strict";

this.collapseTests = false;
this.collapseSuites = false;
this.useOnAfterCommandForScreenshot = false;

@@ -15,0 +16,0 @@ this.LOG = null;

2

package.json
{
"name": "@rpii/wdio-html-reporter",
"version": "7.7.0",
"version": "7.7.1",
"description": "WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 7",

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

@@ -20,3 +20,5 @@ #@rpii/wdio-html-reporter

Add collapseTests and collapseSuites options
## Information

@@ -23,0 +25,0 @@

Sorry, the diff of this file is not supported yet

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