@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
13 lines • 391 B
TypeScript
export declare class EnvironmentVariables {
get accessToken(): string;
runId: string;
accountId: string | undefined;
userId: string | undefined;
userName: string | undefined;
correlationId: string | undefined;
shardId: string | undefined;
region: string | undefined;
runName: string;
constructor();
}
//# sourceMappingURL=environmentVariables.d.ts.map