@dapplets/dapplet-playwright
Version:
Playwright fixtures to test dapplets
6 lines (5 loc) • 358 B
TypeScript
import { BrowserOptions } from "./fixtures/browser";
import { test, expect } from "./fixtures/dapplet-runner";
import * as DappletExecutor from "./fixtures/dapplet-executor";
import { RegistryTypes, DappletExecutorOptions } from "./fixtures/dapplet-executor";
export { test, expect, BrowserOptions, DappletExecutor, RegistryTypes, DappletExecutorOptions, };