Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 561 Bytes

File metadata and controls

18 lines (13 loc) · 561 Bytes

Playwright Example

A basic example combining Playwright and Virtual Screen Reader.

This includes a test asserting on the basic navigation of the http://guidepup.dev homepage.

Run this example with:

cd examples/playwright
yarn install --frozen-lockfile
yarn test

Important

This example serves to demonstrate how you can use the Virtual Screen Reader. The components themselves may not be using best accessibility practices.

Always evaluate your own components for accessibility and test with real users.