UNPKG

@azure/microsoft-playwright-testing

Version:

Package to integrate your Playwright test suite with Microsoft Playwright Testing service

4 lines 256 B
import type { FullConfig } from "../../common/types"; declare const playwrightServiceGlobalSetupWrapper: (config: FullConfig) => Promise<any>; export default playwrightServiceGlobalSetupWrapper; //# sourceMappingURL=playwright-service-global-setup.d.ts.map