UNPKG

testplane

Version:

Tests framework based on mocha and wdio

9 lines (8 loc) 282 B
import { ClientBridge } from "./client-bridge"; import { ExistingBrowser } from "../existing-browser"; export { ClientBridge }; export declare const build: (browser: ExistingBrowser, opts?: { calibration?: { needsCompatLib?: boolean; }; }) => Promise<ClientBridge>;