Skip to content

CIRCLECI-GWP/accessibility-testing-using-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessibility testing with Cypress

CircleCI

A repository to test accessibility issues with Cypress.

Set up instructions.

1. Clone app and install dependencies.

# Clone repository
git clone https://github.com/CIRCLECI-GWP/accessibility-testing-using-cypress

# CD into the directory
cd accessibility-testing-with-cypress

# Install dependencies
npm install

2. Start web app server

# default application server is port :3000
npm start

3. Running tests with accessibility violations

# checkout 'main' branch using git on cloned repository
git checkout main

# run test command
npx cypress run

4. Running tests without accessibility violations

# checkout 'fix/accessibility-violations' branch using git on cloned repository

git checkout fix/accessibility-violations

# run test command
npx cypress run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published