android-test
android-test copied to clipboard
An extensive framework for testing Android apps
My question is simple, how do I get the most latest of ``` ATS_TAG = "1edfdab3134a7f01b37afabd3eebfd2c5bb05151" ATS_SHA256 = "dcd1ff76aef1a26329d77863972780c8fe1fc8ff625747342239f0489c2837ec" ```
### Description When sharding tests I get frequent (and seemingly random) 'No tests found' errors which fail the build. See this PR: https://github.com/google/accompanist/pull/463 for an example. ### Steps to Reproduce...
From: https://issuetracker.google.com/121160135 Hello, I am testing an app with Espresso in a scenario that there is a NestedScrollView and a banner which is CustomPopupView and it covers the bottom part...
If there's a mismatch with [ActivityResultMatchers#hasResultCode](https://github.com/android/android-test/blob/073cda34684a05c7142cc2e9680f22bcd27d141d/espresso/contrib/java/androidx/test/espresso/contrib/ActivityResultMatchers.java#L60), you currently get an error message like this one, not showing the actual value: ``` java.lang.AssertionError: Expected: has result code -1 but: was at...
We get this random crash from an IdlingResource called from a Kotlin Instrumented Test: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to read from field 'int androidx.test.espresso.base.UiControllerImpl$MainThreadInterrogation.execCount' on a null object reference at...
internal
### Description As far as I know, I'm writing my Espresso tests correctly. However, they fail when I run them, and there's nothing that's telling me _why_ they fail so...
Add artifact validation to gradle-tests
### Description After this commit: https://github.com/square/RxIdler/commit/643036417fc5f4f4514f60b98b01e7b60064f69a, a behavior change was observed in the Espresso lifecycle, particularly that IdlingRegistry no longer sets registerIdleTransitionCallback. More details here: https://github.com/square/RxIdler/issues/20 ### Steps to Reproduce...