UNPKG

@dapplets/dapplet-playwright

Version:
12 lines (11 loc) 784 B
type DappletRunnerFixtures = { skipOnboarding(): Promise<void>; enableDevMode(): Promise<void>; disableDevMode(): Promise<void>; enableDevServer(devServerUrl: string): Promise<void>; enableRegistry(registryUrl: string): Promise<void>; activateDapplet(dappletName: string, registryUrl: string): Promise<void>; deactivateDapplet(dappletName: string, registryUrl: string): Promise<void>; }; export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("./browser").BrowserOptions & DappletRunnerFixtures, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>; export { expect } from "@playwright/test";