@wdio/browserstack-service
Advanced tools
Comparing version 8.32.3 to 8.32.4
@@ -753,8 +753,10 @@ import path from 'node:path'; | ||
getIntegrationsObject() { | ||
const caps = this._browser?.capabilities; | ||
const sessionId = this._browser?.sessionId; | ||
return { | ||
capabilities: this._platformMeta?.caps, | ||
session_id: this._platformMeta?.sessionId, | ||
browser: this._platformMeta?.browserName, | ||
browser_version: this._platformMeta?.browserVersion, | ||
platform: this._platformMeta?.platformName, | ||
capabilities: caps, | ||
session_id: sessionId, | ||
browser: caps?.browserName, | ||
browser_version: caps?.browserVersion, | ||
platform: caps?.platformName, | ||
product: this._platformMeta?.product, | ||
@@ -761,0 +763,0 @@ platform_version: getPlatformVersion(this._userCaps) |
{ | ||
"name": "@wdio/browserstack-service", | ||
"version": "8.32.3", | ||
"version": "8.32.4", | ||
"description": "WebdriverIO service for better Browserstack integration", | ||
@@ -37,4 +37,4 @@ "author": "Adam Bjerstedt <abjerstedt@gmail.com>", | ||
"@wdio/logger": "8.28.0", | ||
"@wdio/reporter": "8.32.2", | ||
"@wdio/types": "8.32.2", | ||
"@wdio/reporter": "8.32.4", | ||
"@wdio/types": "8.32.4", | ||
"browserstack-local": "^1.5.1", | ||
@@ -48,3 +48,3 @@ "chalk": "^5.3.0", | ||
"uuid": "^9.0.0", | ||
"webdriverio": "8.32.3", | ||
"webdriverio": "8.32.4", | ||
"winston-transport": "^4.5.0", | ||
@@ -58,3 +58,3 @@ "yauzl": "^3.0.0" | ||
"@types/node": "^20.1.0", | ||
"@wdio/globals": "8.32.3" | ||
"@wdio/globals": "8.32.4" | ||
}, | ||
@@ -64,3 +64,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bfb72529ea47c1656a90c56aec26f80dae09c667" | ||
"gitHead": "f8d2d051d1331f4c24521a3c3b0e830ff3e45282" | ||
} |
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
291883
6033
+ Added@wdio/config@8.32.4(transitive)
+ Added@wdio/reporter@8.32.4(transitive)
+ Added@wdio/types@8.32.4(transitive)
+ Added@wdio/utils@8.32.4(transitive)
+ Addeddevtools-protocol@0.0.1263784(transitive)
+ Addedwebdriver@8.32.4(transitive)
+ Addedwebdriverio@8.32.4(transitive)
- Removed@wdio/config@8.32.3(transitive)
- Removed@wdio/reporter@8.32.2(transitive)
- Removed@wdio/types@8.32.2(transitive)
- Removed@wdio/utils@8.32.3(transitive)
- Removeddevtools-protocol@0.0.1262051(transitive)
- Removedwebdriver@8.32.3(transitive)
- Removedwebdriverio@8.32.3(transitive)
Updated@wdio/reporter@8.32.4
Updated@wdio/types@8.32.4
Updatedwebdriverio@8.32.4