UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 128 B
export type TestplaneRunOpts = { cliName?: string; }; export declare const run: (opts?: TestplaneRunOpts) => Promise<void>;