@rpii/wdio-html-reporter
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"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 : { |
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
4
596678
18
1098