@wdio/browserstack-service 9.35.3 → 9.36.0
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/util.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare const APP_AUTOMATE_CAP_KEYS: readonly ["appium:app", "appium:bund
|
|
|
82
82
|
export declare function hasAppCap(cap?: WebdriverIO.Capabilities): boolean;
|
|
83
83
|
export declare const isAppAccessibilityAutomationSession: (accessibilityFlag?: boolean | string, isAppAutomate?: boolean) => boolean | "" | null | undefined;
|
|
84
84
|
export declare const formatString: (template: (string | null), ...values: (string | null)[]) => string;
|
|
85
|
-
export declare const _getParamsForAppAccessibility: (commandName?: string, testName?: string, hookRunUuid?: string | null) => {
|
|
85
|
+
export declare const _getParamsForAppAccessibility: (commandName?: string, testName?: string, hookRunUuid?: string | null, isGlobalHook?: boolean) => {
|
|
86
86
|
thTestRunUuid: any;
|
|
87
87
|
thHookRunUuid: any;
|
|
88
88
|
thBuildUuid: any;
|
|
@@ -92,7 +92,7 @@ export declare const _getParamsForAppAccessibility: (commandName?: string, testN
|
|
|
92
92
|
method: string | undefined;
|
|
93
93
|
testName: string | undefined;
|
|
94
94
|
};
|
|
95
|
-
export declare const performA11yScan: (isAppAutomate: boolean, browser: WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser, isBrowserStackSession?: boolean, isAccessibility?: boolean | string, commandName?: string, testName?: string, hookRunUuid?: string | null) => Promise<{
|
|
95
|
+
export declare const performA11yScan: (isAppAutomate: boolean, browser: WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser, isBrowserStackSession?: boolean, isAccessibility?: boolean | string, commandName?: string, testName?: string, hookRunUuid?: string | null, isGlobalHook?: boolean) => Promise<{
|
|
96
96
|
[key: string]: any;
|
|
97
97
|
} | undefined>;
|
|
98
98
|
export declare const getA11yResults: (...args: (object | boolean | undefined | null | string)[]) => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browserstack-service",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.36.0",
|
|
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",
|