We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run axe-core.run() on every snapshot during integration test to catch accessibility issues sooner.
axe-core.run()
Add axe-core to our test harness. Run axe-core.run() after every host.snapshot() and on-demand.
axe-core
host.snapshot()
No response
Related to https://ceacc.visualstudio.com/accessibility%20testing/_workitems/edit/141746.
Examples at https://github.com/microsoft/axe-pipelines-samples/tree/main/typescript-selenium-webdriver-sample.
The text was updated successfully, but these errors were encountered:
ponyfill
compulim
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Run
axe-core.run()
on every snapshot during integration test to catch accessibility issues sooner.Describe the suggestion or request in detail
Add
axe-core
to our test harness. Runaxe-core.run()
after everyhost.snapshot()
and on-demand.Describe alternatives you have considered
No response
Additional context
Related to https://ceacc.visualstudio.com/accessibility%20testing/_workitems/edit/141746.
Examples at https://github.com/microsoft/axe-pipelines-samples/tree/main/typescript-selenium-webdriver-sample.
The text was updated successfully, but these errors were encountered: