UNPKG

@wdio/crossbrowsertesting-service

Version:

A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.

7 lines (6 loc) 263 B
/* istanbul ignore file */ import CrossBrowserTestingLauncher from './launcher.js'; import CrossBrowserTestingService from './service.js'; export default CrossBrowserTestingService; export const launcher = CrossBrowserTestingLauncher; export * from './types.js';