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
Set up a test that calls the DAT server to get a preview (or somehow get the preview HTML into the test; this could also be a script that generates the preview HTML that the tests then fetch, e.g. how the actual app works)
As a developer, I want to have automated accessibility testing set up for the preview page, so that I can catch errors faster and avoid regressions.
We can use axe-core for integration testing the generated html page, in addition to unit tests in the individual repos.
If we use
axe-core
, then I think we might need to:axe-core
in the test page and run itThe text was updated successfully, but these errors were encountered: