We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90349eb commit abd96daCopy full SHA for abd96da
src/index.ts
@@ -7,6 +7,7 @@ import "./browser/types";
7
import "expect-webdriverio";
8
9
import { GlobalHelper } from "./types";
10
+export { run as runCli } from "./cli";
11
export { Testplane as default } from "./testplane";
12
export { Key } from "@testplane/webdriverio";
13
export * from "./mock";
0 commit comments