copybara-androidxtest
copybara-androidxtest
Created an initial 3rd-party version of the storage testing service.
When an unhandled exception is thrown by the application in an Instrumentation test, sends a TEST_PROCESS_CRASHED event to orchestrator and also waits until the test orchestrator properly handles the test...
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
Add nocompress_extension option to android_library_instrumentation_tests target.
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.