@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
20 lines (18 loc) • 1.25 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServiceEnvironmentVariable = exports.ServiceAuth = exports.ServiceOS = exports.getConnectOptions = exports.getServiceConfig = undefined;
/**
* Library for integrating Microsoft Playwright Testing with existing playwright projects.
*
* @packageDocumentation
*/
const constants_1 = require("./common/constants");
Object.defineProperty(exports, "ServiceAuth", { enumerable: true, get: function () { return constants_1.ServiceAuth; } });
Object.defineProperty(exports, "ServiceOS", { enumerable: true, get: function () { return constants_1.ServiceOS; } });
Object.defineProperty(exports, "ServiceEnvironmentVariable", { enumerable: true, get: function () { return constants_1.ServiceEnvironmentVariable; } });
const playwrightService_1 = require("./core/playwrightService");
Object.defineProperty(exports, "getServiceConfig", { enumerable: true, get: function () { return playwrightService_1.getServiceConfig; } });
Object.defineProperty(exports, "getConnectOptions", { enumerable: true, get: function () { return playwrightService_1.getConnectOptions; } });
//# sourceMappingURL=index.js.map