android-test icon indicating copy to clipboard operation
android-test copied to clipboard

An extensive framework for testing Android apps

Results 273 android-test issues
Sort by recently updated
recently updated
newest added

### Description RecyclerVIewActions.actionOnItem incorrect PerformExceprionCause when matched 0 or more than 1 item ### Steps to Reproduce RecyclerView have more than 1 item with matcher, for example: `onView(withId(R.id.recycler_view).perform(RecyclerViewActions.actionOnItem(isDisplayed(), click()))` If...

### Preconditions: - RecyclerView.itemsCount = 1 - Recyclerview have item with 2 TextViews and each TextView have text "Test" ### Steps to Reproduce run code `onView(withId(R.id.recyclerView)).perform(RecyclerVIewActions.actionOnItem(hasDescendant(withText("Test")), click()))` ### Expected Results...

### Description There is a difference in behaviour between the deprecated ActivityTestRule and ActivityScenarioRule in combination with deep linking back to the mobile app. This difference in behaviour depends if...

I can't run tests in project ui/BasicSample on device with Android 9 works on device with Android10 I run unittest on android 9 and fail: ```java java.lang.AssertionError: Activity never becomes...

### Overview ### Proposed Changes

cla: no

Created an initial 3rd-party version of the storage testing service.

cla: no

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...

cla: no

Add isFaraway() to LocationSubject.

cla: no

Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.

cla: no

Add nocompress_extension option to android_library_instrumentation_tests target.

cla: no