UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 330 B
import { BrowserPlatform } from "@puppeteer/browsers"; export declare const getChromiumBuildId: (platform: BrowserPlatform, milestone: string | number) => Promise<string>; export declare const getChromeDriverArchiveUrl: (version: string) => string; export declare const getChromeDriverArchiveTmpPath: (version: string) => string;