This project was created as a follow-up to the following blog post: Accessibility Testing. Each step described in the article is covered in a separate branch (like step-1
, step-2
), with the final step being step-5
.
I recommend you to follow this only with the article linked; otherwise, it might be confusing.
To install the dependencies:
yarn
# or
npm install
To start the application:
yarn start
# or
npm start
To open the Cypress Test Runner:
yarn run cypress open
# or
npx cypress open