UNPKG

appwright

Version:

E2E mobile app testing done right, with the Playwright test runner

5 lines 309 B
import { AppwrightConfig, DeviceProvider } from "../types"; import { FullProject } from "@playwright/test"; export declare function getProviderClass(provider: string): any; export declare function createDeviceProvider(project: FullProject<AppwrightConfig>): DeviceProvider; //# sourceMappingURL=index.d.ts.map