@rpii/wdio-html-reporter
Advanced tools
Comparing version 7.7.0 to 7.7.1
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
164752
1401
168
1