UNPKG

@azure/microsoft-playwright-testing

Version:

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

10 lines 319 B
/** * Microsoft Playwright Testing's Reporting * feature to publish test results and related artifacts and * view them in the service portal for faster and easier troubleshooting. * * @packageDocumentation */ import MPTReporter from "./mptReporter"; export default MPTReporter; //# sourceMappingURL=index.d.ts.map