Skip to content
New issue

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

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

Already on GitHub? # to your account

Enhancement: Add axe-core to testing for pages to enhance accessibility regression testing #567

Open
milofultz opened this issue Jan 6, 2024 · 0 comments · May be fixed by #565
Open

Enhancement: Add axe-core to testing for pages to enhance accessibility regression testing #567

milofultz opened this issue Jan 6, 2024 · 0 comments · May be fixed by #565
Assignees
Labels
enhancement Enhancement of existing features

Comments

@milofultz
Copy link
Contributor

We use the axe linter at work all the time to implement regression testing, and I think using it in our test suite would be super helpful. I found a matcher for vitest, too.

A lot of work would need to be done to be able to even implement these tests, as I think we would need to bring our pages up to be at 0 failures when using the matchers, first (see codeforpdx/codepdx_website#55). But this would be huge for clamping down on pages that are already there and for pages where we've done the work to make them completely accessible.

@milofultz milofultz added the enhancement Enhancement of existing features label Jan 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement Enhancement of existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant