department-of-veterans-affairs / va-forms-system-core

VA Forms System Core will be a React library hosted in NPM that will allow engineers and designers to easily interact with Forms inside of vets-website.
https://department-of-veterans-affairs.github.io/va-forms-system-core/
6 stars 4 forks source link

(Placeholder) Automated accessibility tests #506

Open taylorkaren opened 2 years ago

taylorkaren commented 2 years ago

From the 8/3/22 Working demo accessibility audit pre-check call:

Matt question: Do we have unit tests/Axe tests to make sure accessibility isn’t broken when code changes take place? Micah answer: We do have some unit tests built, can take a look at adding automated Axe checks to these. Maybe a githook that doesn’t allow check in unless your code passes accessibility checks.

micahchiang commented 2 years ago

Let's revisit this one after #352 is complete. Cypress has the ability to inject aXe and perform automated aXe tests.