@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
35 lines • 780 B
TypeScript
export declare const ServiceErrorMessageConstants: {
NO_SERVICE_URL_ERROR: {
key: string;
message: string;
};
INVALID_GLOBAL_FUNCTION: {
key: string;
message: string;
};
INVALID_PLAYWRIGHT_VERSION_ERROR: {
key: string;
message: string;
};
MULTIPLE_SETUP_FILE_PLAYWRIGHT_VERSION_ERROR: {
key: string;
message: string;
};
WORKSPACE_MISMATCH_ERROR: {
key: string;
message: string;
};
NO_AUTH_ERROR: {
key: string;
message: string;
};
INVALID_MPT_PAT_ERROR: {
key: string;
message: string;
};
EXPIRED_MPT_PAT_ERROR: {
key: string;
message: string;
};
};
//# sourceMappingURL=messages.d.ts.map