Assistive-Webdriver

Home > assistive-playwright-test

assistive-playwright-test package

This package contains Playwright Test fixtures allowing to easily use Playwright Test to test a web application with a screen reader.

Interfaces

Interface Description
TestFixtures Set of fixtures provided by assistive-playwright-test at the test level.
TestOptions Set of options provided by assistive-playwright-test at the test level which can be specified in the Playwright configuration file.
WorkerFixtures Set of fixtures provided by assistive-playwright-test at the worker level.
WorkerOptions Set of options provided by assistive-playwright-test at the worker level which can be specified in the Playwright configuration file.

Variables

Variable Description
test Test object that extends the base Playwright Test object to provide extra worker fixtures and test fixtures.

Type Aliases

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