UNPKG

@wdio/sauce-service

Version:

WebdriverIO service that provides a better integration into Sauce Labs

13 lines 407 B
import SauceLauncher from './launcher.js'; import SauceService from './service.js'; import type { SauceServiceConfig } from './types.js'; export default SauceService; export declare const launcher: typeof SauceLauncher; export * from './types.js'; declare global { namespace WebdriverIO { interface ServiceOption extends SauceServiceConfig { } } } //# sourceMappingURL=index.d.ts.map