android-test
android-test copied to clipboard
An extensive framework for testing Android apps
Updated build dependency for AccessibilityChecks.
Fix the error message when Espresso is busy due to processing messages (rather than idling resources).
Fix AndroidJUnitRunner to send the correct test description on "Test mechanism" failure
Fix the error message when Espresso is busy due to processing messages (rather than idling resources).
Replace the native bazel Android rules with the Android skylark rules.
Fix the error message when Espresso is busy due to processing messages (rather than idling resources). (Suppressed possible NPE exceptions.)
Separate out the Orchestrator service connection logic from AndroidJUnitRunner - Separated the Test Discovery logic (addTests) from the Test Notification logic (OrchestratedInstrumentationListener). - Refactor service connection logic to allow us...
1) TestStorage now supports passing in a custom ContentResolver other than the the content resolver of the app under test in Instrumentation. 2) Uses the AndroidX Experimental annotation for the...
Lower the logging level to `debug` when all idling resources are idling, as this method can be called for multiple times and it appears noisy in the logs.