breethe-client
breethe-client copied to clipboard
Accessibility issues
I used aXe Chrome extension to check accessibility issues on our app. The audit by this tool reported 8 issues regarding missing aria attributes, content landmarks and color contrasts.
I'm planning to address these known issues now.
For the future, would it be worth it to incorporate an accessibility audit tool as part of our test suite?
I'm not sure how much we're planning to extend the app in the future so I'm not sure if we should do it. Perhaps it's enough to run an audit tool manually an address the resulting issues.
If we want to incorporate an audit tool, there's several we could use. I've found we could use aXe
with mocca
or Google Chrome's accessibility-developer-tools
with puppeteer
. There's several interesting options we can go with.