A repository to test accessibility issues with Cypress.
# 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
# default application server is port :3000
npm start
# checkout 'main' branch using git on cloned repository
git checkout main
# run test command
npx cypress run
# checkout 'fix/accessibility-violations' branch using git on cloned repository
git checkout fix/accessibility-violations
# run test command
npx cypress run