UNPKG

@wdio/browserstack-service

Version:
7 lines 352 B
/** * 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