UNPKG

@azure/microsoft-playwright-testing

Version:

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

15 lines 548 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * 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 */ const mptReporter_1 = tslib_1.__importDefault(require("./mptReporter")); exports.default = mptReporter_1.default; //# sourceMappingURL=index.js.map