@dapplets/dapplet-playwright
Version:
Playwright fixtures to test dapplets
17 lines (15 loc) • 376 B
text/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,
};