@wdio/browserstack-service 9.32.0 → 9.32.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.
@@ -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/