Kind: Type
Source: atloria-monorepo/apps/web-e2e/src/fixtures/base.fixture.ts
Extended test fixtures for Atloria E2E tests
Definition
ts{
/**
* Authenticated page - user is logged in
*/
authenticatedPage: Page;
/**
* Run accessibility checks on the page
*/
checkAccessibility: (page: Page, options?: AccessibilityOptions) => Promise<void>;
/**
* Test user credentials
*/
testUser: TestUser;
/**
* S…
Was this page helpful?