Assistive-Webdriver

Home > assistive-playwright-test > AssistivePlaywrightTestConfig

AssistivePlaywrightTestConfig type

Describes the type of the default export of a Playwright Test configuration file that uses assistive-playwright-test.

Signature:

export declare type AssistivePlaywrightTestConfig<TestArgs = unknown, WorkerArgs = unknown> = PlaywrightTestConfig<TestOptions & TestArgs, WorkerOptions & WorkerArgs>;

References: TestOptions, WorkerOptions