UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 255 B
import { Testplane } from "../../../testplane"; import { type CommonCmdOpts } from "../../../utils/cli"; export type ListTestsCmd = typeof commander & CommonCmdOpts; export declare const registerCmd: (cliTool: ListTestsCmd, testplane: Testplane) => void;