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 What appears to randomly process crashes of the test runner. I understand this may not be the best example on how to present the issue (without the full...

fixes #1458 Rather than trying to guess the toolType from the source/inputDevice, if we have an event that we are copying from, we can just copy toolType directly. When we...

### Description **If you try to `click()` on a `android.widget.Button` inside an `androidx.compose.ui.platform.AndroidComposeView` (via `androidx.compose.ui.viewinterop.AndroidView` ) using Espresso, the click never happens and is cancelled** When Espresso ( 3.5.0-alpha07 )...