@wdio/junit-reporter
Advanced tools
Comparing version 9.0.0-alpha.115 to 9.0.0-alpha.321
@@ -199,5 +199,8 @@ import url from 'node:url'; | ||
const browserstackSanitizedCapabilities = [ | ||
runner.capabilities.device, | ||
runner.capabilities.os, | ||
(runner.capabilities.os_version || '').replace(/\./g, '_'), | ||
// @ts-expect-error capability only exists when running on BrowserStack | ||
(runner.capabilities).device, | ||
// @ts-expect-error capability only exists when running on BrowserStack | ||
(runner.capabilities).os, | ||
// @ts-expect-error capability only exists when running on BrowserStack | ||
((runner.capabilities).os_version || '').replace(/\./g, '_'), | ||
] | ||
@@ -204,0 +207,0 @@ .filter(Boolean) |
{ | ||
"name": "@wdio/junit-reporter", | ||
"version": "9.0.0-alpha.115+8196c4ccb", | ||
"version": "9.0.0-alpha.321+63953a607", | ||
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports", | ||
@@ -34,4 +34,4 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"dependencies": { | ||
"@wdio/reporter": "9.0.0-alpha.115+8196c4ccb", | ||
"@wdio/types": "9.0.0-alpha.115+8196c4ccb", | ||
"@wdio/reporter": "9.0.0-alpha.321+63953a607", | ||
"@wdio/types": "9.0.0-alpha.321+63953a607", | ||
"json-stringify-safe": "^5.0.1", | ||
@@ -46,3 +46,3 @@ "junit-report-builder": "^3.0.0" | ||
}, | ||
"gitHead": "8196c4ccb4f66e217e161804ef549f18b60dccb3" | ||
"gitHead": "63953a6079023cb390a113fe5ce1c1b01b8e4bb6" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
33315
502