@wdio/browserstack-service 9.32.1 → 9.33.1

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.
package/build/types.d.ts CHANGED
@@ -446,6 +446,7 @@ export interface EventProperties {
446
446
  isCLIEnabled?: boolean;
447
447
  finishedMetadata?: {
448
448
  reason: string;
449
+ signal?: string;
449
450
  };
450
451
  }
451
452
  export interface FunnelData {
package/build/util.d.ts CHANGED
@@ -78,6 +78,8 @@ export declare const shouldScanTestForAccessibility: (suiteTitle: string | undef
78
78
  [key: string]: unknown;
79
79
  }, isCucumber?: boolean) => boolean;
80
80
  export declare const isAccessibilityAutomationSession: (accessibilityFlag?: boolean | string | null) => boolean | "" | null | undefined;
81
+ export declare const APP_AUTOMATE_CAP_KEYS: readonly ["appium:app", "appium:bundleId", "appium:appPackage", "appium:appActivity"];
82
+ export declare function hasAppCap(cap?: WebdriverIO.Capabilities): boolean;
81
83
  export declare const isAppAccessibilityAutomationSession: (accessibilityFlag?: boolean | string, isAppAutomate?: boolean) => boolean | "" | null | undefined;
82
84
  export declare const formatString: (template: (string | null), ...values: (string | null)[]) => string;
83
85
  export declare const _getParamsForAppAccessibility: (commandName?: string, testName?: string, hookRunUuid?: string | null) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "9.32.1",
3
+ "version": "9.33.1",
4
4
  "description": "WebdriverIO service for better Browserstack integration",
5
5
  "author": "BrowserStack <support@browserstack.com>",
6
6
  "homepage": "https://github.com/browserstack/wdio-browserstack-service",