You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: