AODA, or the Accessibility for Ontarians with Disabilities Act mandates accessibility compliance. The standard we comply to is WCAG 2.0 AA.
When our application gets deployed through our Continuous Delivery pipeline, we want to know that it is accessible.
We use aXe to validate our accessiblity meets WCAG 2.0 AA, while running end to end tests.
We also use the NVDA screen reader to test functionality for the visually-impaired.
Our isomorphic starter kit ships out of the box with an End to End aXe testing step as part of its delivery pipeline.
NVDA (screen reader) testing can't be automated, so we need to run periodic manual tests of our applications with it.
@delivery @qa