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