quittle / a11y-ally

A collection of tools to aid developers observe, verify, and test the accessibility of Android applications.
https://play.google.com/store/apps/details?id=com.quittle.a11yally
Apache License 2.0
25 stars 5 forks source link

Investigation - Check out Google's Accessibility Test Framework #13

Open quittle opened 5 years ago

quittle commented 5 years ago

It might integrate well but it has a fairly limited set of checks and doesn't seem to be actively updated

https://github.com/google/Accessibility-Test-Framework-for-Android

quittle commented 5 years ago

That particular project appears to be at end of life but the spirit of it lives on in https://developer.android.com/training/testing/espresso/accessibility-checking

These checks could potentially be used to jump start the accessibility checks of A11y Ally but may not be very configurable

quittle commented 5 years ago

eBay did a write-up on it and included a list of accessibility checks here: https://www.ebayinc.com/stories/blogs/tech/android-accessibility-automation-with-espresso/