Skip to content

Latest commit

 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cypress Example

A basic example combining Cypress 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/cypress
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.