@dfinity/internet-identity-playwright
Version:
A Playwright library to simplify the integration of Internet Identity authentication in E2E tests.
7 lines (6 loc) • 489 B
TypeScript
import { InternetIdentityPage } from './page-objects/InternetIdentityPage';
interface InternetIdentityFixtures {
iiPage: InternetIdentityPage;
}
export declare const testWithII: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & InternetIdentityFixtures, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
export { expect } from '@playwright/test';