@wdio/browserstack-service 9.0.0-alpha.350 → 9.0.0-alpha.367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/service.js +1 -1
  2. package/package.json +7 -7
package/build/service.js CHANGED
@@ -299,7 +299,7 @@ export default class BrowserstackService {
299
299
  _isAppAutomate() {
300
300
  const browserDesiredCapabilities = (this._browser?.capabilities ?? {});
301
301
  const desiredCapabilities = (this._caps ?? {});
302
- return !!browserDesiredCapabilities['appium:app'] || !!desiredCapabilities['appium:app'];
302
+ return !!browserDesiredCapabilities['appium:app'] || !!desiredCapabilities['appium:app'] || !!(desiredCapabilities['appium:options']?.app);
303
303
  }
304
304
  _updateJob(requestBody) {
305
305
  return this._multiRemoteAction((sessionId, browserName) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "9.0.0-alpha.350+7c64ca6d2",
3
+ "version": "9.0.0-alpha.367+1c1d44229",
4
4
  "description": "WebdriverIO service for better Browserstack integration",
5
5
  "author": "Adam Bjerstedt <abjerstedt@gmail.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
@@ -33,9 +33,9 @@
33
33
  "@percy/appium-app": "^2.0.1",
34
34
  "@percy/selenium-webdriver": "^2.0.3",
35
35
  "@types/gitconfiglocal": "^2.0.1",
36
- "@wdio/logger": "9.0.0-alpha.350+7c64ca6d2",
37
- "@wdio/reporter": "9.0.0-alpha.350+7c64ca6d2",
38
- "@wdio/types": "9.0.0-alpha.350+7c64ca6d2",
36
+ "@wdio/logger": "9.0.0-alpha.367+1c1d44229",
37
+ "@wdio/reporter": "9.0.0-alpha.367+1c1d44229",
38
+ "@wdio/types": "9.0.0-alpha.367+1c1d44229",
39
39
  "browserstack-local": "^1.5.1",
40
40
  "chalk": "^5.3.0",
41
41
  "csv-writer": "^1.6.0",
@@ -43,7 +43,7 @@
43
43
  "git-repo-info": "^2.1.1",
44
44
  "gitconfiglocal": "^2.1.0",
45
45
  "uuid": "^10.0.0",
46
- "webdriverio": "9.0.0-alpha.350+7c64ca6d2",
46
+ "webdriverio": "9.0.0-alpha.367+1c1d44229",
47
47
  "winston-transport": "^4.5.0",
48
48
  "yauzl": "^3.0.0"
49
49
  },
@@ -53,10 +53,10 @@
53
53
  "devDependencies": {
54
54
  "@types/node": "^20.1.0",
55
55
  "@types/yauzl": "^2.10.3",
56
- "@wdio/globals": "9.0.0-alpha.350+7c64ca6d2"
56
+ "@wdio/globals": "9.0.0-alpha.367+1c1d44229"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "7c64ca6d26a4cea7649b11c9fd9a165e0c4280ea"
61
+ "gitHead": "1c1d44229632b8a472ca68155fdd5c001da07145"
62
62
  }