@wdio/spec-reporter
Advanced tools
Comparing version 9.0.4 to 9.0.7
@@ -472,3 +472,3 @@ // src/index.ts | ||
const app = (caps["appium:app"] || caps.app || "").replace("sauce-storage:", ""); | ||
const appName = app || caps["appium:bundleId"] || caps.bundleId; | ||
const appName = app || caps["appium:bundleId"] || caps["appium:appPackage"]; | ||
const browser = caps.browserName || caps.browser || appName; | ||
@@ -475,0 +475,0 @@ const version = caps.browserVersion || caps.version || caps["appium:platformVersion"] || caps.browser_version; |
{ | ||
"name": "@wdio/spec-reporter", | ||
"version": "9.0.4", | ||
"version": "9.0.7", | ||
"description": "A WebdriverIO plugin to report in spec style", | ||
@@ -43,3 +43,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "1f3d6f781391548e8672e768e72b3d5c499a3aa7" | ||
"gitHead": "ce6d35e1277f13345ecf36f23e9fed27d7d6699b" | ||
} |
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
35583