Accessibility-Test-Framework-for-Android
Accessibility-Test-Framework-for-Android copied to clipboard
Add Sample and Run Tests in Google Action Workflow
Wouldn't it make sense to run ATF checks as part of the main GHA workflow?
- Add sample app to ATF
- Add ATF Checks in 1-3 espresso tests
- Run Checks in Github Action Workflow
Benefits:
- More thoroughly tests the framework (right now we are just running
./gradlew build - Demonstrates use of how to add checks
- Also shows how to get ATF checks running with espresso in a "stable" manner on GHA with Standard Github Runners (macOS or Ubuntu)