@rpii/wdio-html-reporter
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"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) { |
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
801054