Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: add automated tests #468

Closed
biou opened this issue Aug 20, 2020 · 1 comment · Fixed by #469
Closed

Accessibility: add automated tests #468

biou opened this issue Aug 20, 2020 · 1 comment · Fixed by #469

Comments

@biou
Copy link
Contributor

biou commented Aug 20, 2020

The test coverage of this library is good, but there is no automated accessibility tests.
I recommend aXe as a solution designed to avoid false positives and aXe has bindings for Cypress. It cannot detect all accessibility issues but about 20% of them (still better than no tests)
It could be configured to check only for WCAG A and AA issues.

@goblindegook
Copy link
Owner

Thanks! I added some minor comments to the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants