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 e1043f3 commit e5c63f3Copy full SHA for e5c63f3
1 file changed
packages/magnitude-core/src/index.ts
@@ -7,6 +7,7 @@ export { BrowserAgent, startBrowserAgent } from '@/agent/browserAgent';
7
//export { Magnus } from "@/agent/magnus";
8
//export type { AgentOptions as TestCaseAgentOptions } from "@/agent";
9
export * from "@/agent";
10
+export * from "@/web/harness";
11
export * from "@/actions";
12
export * from "@/connectors";
13
export * from "@/web/browserProvider";
0 commit comments