Samples demonstrating how to use axe for automated accessibility testing of websites in Azure Pipelines builds.
Automated accessibility tests can detect some common accessibility problems such as missing or invalid properties. But most accessibility problems can only be discovered through manual testing. We recommend Accessibility Insights, a free and open source dev tool that walks you though assessing a website for 100% WCAG 2.0 AA coverage.
- typescript-selenium-webdriver: Uses TypeScript, Jest, Selenium, and axe-webdriverjs to test a web page for accessibility issues. Shows how to baseline existing failures with Jest Snapshot Testing and how to visualize failures in Azure Pipelines using SARIF.
Are we missing a sample you'd like to see? File a sample request or submit a pull request!
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.