appwright
Version:
E2E mobile app testing done right, with the Playwright test runner
5 lines • 309 B
TypeScript
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