claude-playwright
Version:
Seamless integration between Claude Code and Playwright MCP for efficient browser automation and testing
20 lines • 873 B
TypeScript
import { BasePage } from '../pages/base/BasePage';
/**
* TestAuthFixtureFixtures Fixtures
* Generated by claude-playwright scaffold
*/
export interface TestAuthFixtureFixtures {
teTAuthPage: BasePage;
teTAuthData: any;
}
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & TestAuthFixtureFixtures, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
export { expect } from '@playwright/test';
/**
* Helper function to save authentication state
*/
export declare function saveAuthState(page: any, filename?: string): Promise<string>;
/**
* Helper function to load authentication state
*/
export declare function loadAuthState(filename?: string): Promise<any>;
//# sourceMappingURL=testauth.d.ts.map