UNPKG

testplane

Version:

Tests framework based on mocha and wdio

3 lines (2 loc) 123 B
import type { Browser } from "../types"; export declare const getWsEndpoint: (browser: Browser) => Promise<string | null>;