/** * Library for integrating Azure Playwright with existing playwright projects. * * @packageDocumentation */ import { ServiceAuth, ServiceOS, ServiceEnvironmentVariable } from "./common/constants.js"; import type { OsType, AuthenticationType, BrowserConnectOptions, BrowserSessionSourceTypeValue, EndpointOptions, PlaywrightServiceAdditionalOptions } from "./common/types.js"; import { createAzurePlaywrightConfig, getConnectOptions } from "./core/playwrightService.js"; export { createAzurePlaywrightConfig, getConnectOptions, ServiceOS, ServiceAuth, ServiceEnvironmentVariable, type OsType, type AuthenticationType, type BrowserConnectOptions, type BrowserSessionSourceTypeValue, type EndpointOptions, type PlaywrightServiceAdditionalOptions, }; //# sourceMappingURL=index.d.ts.map