@wdio/spec-reporter
Advanced tools
Comparing version 9.0.8 to 9.1.0
@@ -199,7 +199,6 @@ // src/index.ts | ||
} | ||
const isUSEast1 = config.headless || config.hostname?.includes("us-east-1"); | ||
const isUSEast4 = ["us-east-4"].includes(config?.region || "") || config.hostname?.includes("us-east-4"); | ||
const isEUCentral = ["eu", "eu-central-1"].includes(config?.region || "") || config.hostname?.includes("eu-central"); | ||
const isAPAC = ["apac", "apac-southeast-1"].includes(config?.region || "") || config.hostname?.includes("apac"); | ||
const dc = isUSEast1 ? ".us-east-1" : isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : isAPAC ? ".apac-southeast-1" : ""; | ||
const dc = isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : isAPAC ? ".apac-southeast-1" : ""; | ||
const sauceLabsSharableLinks = this._sauceLabsSharableLinks ? sauceAuthenticationToken(config.user, config.key, sessionId) : ""; | ||
@@ -206,0 +205,0 @@ const sauceUrl = `https://app${dc}.saucelabs.com/tests/${sessionId}${sauceLabsSharableLinks}`; |
{ | ||
"name": "@wdio/spec-reporter", | ||
"version": "9.0.8", | ||
"version": "9.1.0", | ||
"description": "A WebdriverIO plugin to report in spec style", | ||
@@ -34,4 +34,4 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"dependencies": { | ||
"@wdio/reporter": "9.0.8", | ||
"@wdio/types": "9.0.8", | ||
"@wdio/reporter": "9.1.0", | ||
"@wdio/types": "9.1.0", | ||
"chalk": "^5.1.2", | ||
@@ -44,3 +44,3 @@ "easy-table": "^1.2.0", | ||
}, | ||
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7" | ||
"gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac" | ||
} |
Sorry, the diff of this file is not supported yet
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
35478
712
+ Added@wdio/logger@9.1.0(transitive)
+ Added@wdio/reporter@9.1.0(transitive)
+ Added@wdio/types@9.1.0(transitive)
+ Addeddiff@7.0.0(transitive)
- Removed@wdio/logger@9.0.8(transitive)
- Removed@wdio/reporter@9.0.8(transitive)
- Removed@wdio/types@9.0.8(transitive)
- Removeddiff@5.2.0(transitive)
Updated@wdio/reporter@9.1.0
Updated@wdio/types@9.1.0