wdio-timeline-reporter
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -430,3 +430,3 @@ const events = require('events'); | ||
const markup = context.map(makeHtml); | ||
const html = `${!!markup ? `<details><summary>ADDITIONAL CONTEXT</summary><table class=table is-bordered is-striped>${markup.join('')}</table></details>` : '' }`; | ||
const html = `${!!markup ? `<details><summary>ADDITIONAL CONTEXT</summary><table class="table is-striped is-bordered is-fullwidth">${markup.join('')}</table></details>` : '' }`; | ||
return html; | ||
@@ -433,0 +433,0 @@ } |
{ | ||
"name": "wdio-timeline-reporter", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/timeline-reporter.js", |
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
19894