UNPKG

@azure/microsoft-playwright-testing

Version:

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

9 lines 302 B
declare class CustomerConfig { private static instance; globalSetup?: string | string[]; globalTeardown?: string | string[]; static getInstance(): CustomerConfig; } declare const customerConfig: CustomerConfig; export default customerConfig; //# sourceMappingURL=customerConfig.d.ts.map