Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 649 Bytes

Getting Started

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.

Installation

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