@wdio/browserstack-service 9.30.1 → 9.30.2
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/cleanup.js +7 -3
- package/build/cli/skipReporter.d.ts +15 -0
- package/build/index.js +163 -67
- package/build/reporter.d.ts +1 -0
- package/package.json +1 -1
package/build/reporter.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare class _TestReporter extends WDIOReporter {
|
|
|
16
16
|
static currentTest: CurrentRunInfo;
|
|
17
17
|
private _userCaps?;
|
|
18
18
|
private listener;
|
|
19
|
+
private _runnerSpec?;
|
|
19
20
|
static hashCodeToHandleTestSkip: Record<string, string>;
|
|
20
21
|
onRunnerStart(runnerStats: RunnerStats): Promise<void>;
|
|
21
22
|
private getUserCaps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browserstack-service",
|
|
3
|
-
"version": "9.30.
|
|
3
|
+
"version": "9.30.2",
|
|
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",
|