UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 223 B
import type { StandaloneBrowserOptionsInput } from "./types"; export declare function launchBrowser(options?: StandaloneBrowserOptionsInput): Promise<WebdriverIO.Browser & { getDriverPid?: () => number | undefined; }>;