Skip to content

klarzynskik/cypress-a11y-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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