@wdio/browserstack-service 9.32.0 → 9.33.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.
@@ -1,6 +1,7 @@
1
1
  import type { Frameworks } from '@wdio/types';
2
2
  import type TestFramework from './frameworks/testFramework.js';
3
3
  export declare function markTestStarted(identifier: string): void;
4
+ export declare function drainSkipReports(): Promise<void>;
4
5
  export declare function reportSkippedTest(framework: TestFramework, identifier: string, test: Frameworks.Test, suiteTitle?: string): Promise<void>;
5
6
  /**
6
7
  * Port of the legacy insights-handler skip propagation: when a BEFORE_ALL/BEFORE_EACH/
package/build/config.d.ts CHANGED
@@ -20,7 +20,10 @@ declare class BrowserStackConfig {
20
20
  percyBuildId?: number | null;
21
21
  isPercyAutoEnabled: boolean;
22
22
  sdkRunID: string;
23
+ killSignal?: string;
24
+ logsUploaded: boolean;
23
25
  constructor(options: BrowserstackConfig & Options.Testrunner, config: Options.Testrunner, capabilities?: Capabilities.TestrunnerCapabilities);
24
26
  sentFunnelData(): void;
27
+ setKillSignal(signal: string): void;
25
28
  }
26
29
  export default BrowserStackConfig;
@@ -45,6 +45,7 @@ export declare const BROWSERSTACK_TESTHUB_JWT = "BROWSERSTACK_TESTHUB_JWT";
45
45
  export declare const BSTACK_TCG_AUTH_RESULT = "BSTACK_TCG_AUTH_RESULT";
46
46
  export declare const TESTOPS_SCREENSHOT_ENV = "BS_TESTOPS_ALLOW_SCREENSHOTS";
47
47
  export declare const BROWSERSTACK_TESTHUB_UUID = "BROWSERSTACK_TESTHUB_UUID";
48
+ export declare const BROWSERSTACK_KILL_SIGNAL = "BROWSERSTACK_SDK_KILL_SIGNAL";
48
49
  export declare const TEST_ANALYTICS_ID = "TEST_ANALYTICS_ID";
49
50
  export declare const PERF_MEASUREMENT_ENV = "BROWSERSTACK_O11Y_PERF_MEASUREMENT";
50
51
  export declare const RERUN_TESTS_ENV = "BROWSERSTACK_RERUN_TESTS";