@wdio/browserstack-service
Version:
WebdriverIO service for better Browserstack integration
7 lines • 352 B
TypeScript
/**
* Applies test orchestration to the WebdriverIO test run
* This function is the main entry point for the orchestration integration
*/
export declare function applyOrchestrationIfEnabled(specs: string[], config: Record<string, any>): Promise<string[]>;
export default applyOrchestrationIfEnabled;
//# sourceMappingURL=apply-orchestration.d.ts.map