android-test
android-test copied to clipboard
An extensive framework for testing Android apps
### 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...
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.