Getting Started
Quickly identify accessibility issues in your Android application.
Not for use with personal data
With axe DevTools for Mobile, you can have complete accessibility testing at every step of the development lifecycle. Catch accessibility issues with automation before they are added to the codebase.
Using the axe DevTools Mobile SDK for Android will help your team to shift left - you'll integrate mobile accessibility testing earlier in your development lifeycle, so you can detect accessibility defects before they make it to production.
What Can You Do with axe DevTools Mobile SDK for Android?
The axe DevTools Mobile SDK for Android integrates seamlessly into your existing UI Tests with Espresso or UIAutomator.
At a Glance
- Get the Library - Add the AxeDevTools library to your UI tests.
- Customize your Configuration - Name and tag your scans, opt to ignore certain rules, or create your own custom rules.
- See Results on the Dashboard - Send test results to the axe DevTools Mobile Dashboard - a central location where your whole team can view and manage accessibility issues found in your app.
- Create a Standalone Report - Generate a scoped report of accessibility issues that you can attach to a pull request or use during local development.
- Integrate with Your Development Pipeline - Check for accessibility issues within UI tests already running in your CI/CD pipeline
- Prevent Inaccessible Code - Use accessibility test results to pass or fail UI tests running in your pipeline, ensuring inaccessible code doesn't make it to production.
How Do I Get Started?
The first thing you will do is get the AxeDevTools
Library.