@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
12 lines • 360 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestRun = void 0;
class TestRun {
constructor() {
this.cloudReportingEnabled = "true"; // Default value set to 'true'
}
}
exports.TestRun = TestRun;
//# sourceMappingURL=testRun.js.map