Supporting repo for Will It Automate? Accessibility Testing.
This repo contains some very basic experiments/examples for adding accessibility testing to your automated test suites.
Clone/Download the repo and run:
$ yarn install
To run the screen reader tests you'll need to setup Guidepup:
$ npx @guidepup/setup
$ yarn test
$ yarn playwright test
$ yarn dev