Write E2E Tests for Accessibility Using aXe-core and Cypress

InstructorErin Doyle

Share this video with your friends

Send Tweet

To audit our app for accessibility issues at runtime we can use Cypress to run our application in a browser environment and then with the aid of the axe-core cypress-axe library we can analyze the current page for any accessibility issues.

Resources

  • https://www.cypress.io/
  • https://github.com/component-driven/cypress-axe
  • https://mochajs.org/#bdd
  • https://www.chaijs.com/guide/styles/