@gravitywiz/playwright-plugin-gravity-wiz
Version:
Playwright plugin for testing WordPress and Gravity Wiz plugins
7 lines • 616 B
TypeScript
import { GravityWizFixtures, WpCli, GfCli, WpAuth, PageHelpers, FormHelpers, ElementUtils } from './fixtures';
import type { TestType, PlaywrightTestArgs, PlaywrightWorkerArgs } from '@playwright/test';
export declare function createTest(base: TestType<PlaywrightTestArgs, PlaywrightWorkerArgs>): TestType<PlaywrightTestArgs & GravityWizFixtures, PlaywrightWorkerArgs>;
export type { GravityWizFixtures, ExecaResult, ValueAndLabel, } from './fixtures';
export { WpCli, GfCli, WpAuth, PageHelpers, FormHelpers, ElementUtils };
export { globalSetup, globalTeardown } from './setup';
//# sourceMappingURL=index.d.ts.map