android-test
android-test copied to clipboard
An extensive framework for testing Android apps
test only
Try using clear tasks and multiple tasks flag in activity scenario
WIP try using FLAG_ACTIVITY_MULTIPLE_TASK instead of clear tasks
Updates to LocationSubject.
### Overview ### Proposed Changes Revised test descriptions.
### Description I'm looking for an easy way to assert whether an element is present or not in RecyclerView, without having to scroll (the element might or might not be...
### Description In the Navigation library of AndroidX there are [tests](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:navigation/navigation-runtime/src/androidTest/java/androidx/navigation/NavControllerRouteTest.kt;l=556?q=testNavigateViaImplicitDeepLink&ss=androidx%2Fplatform%2Fframeworks%2Fsupport) that use the `ActivityScenario.launch(Intent)` function in order to start an activity in the test environment. When upgrading to `androidx.test:core:1.5.0-alpha02`...
### Description Android Test orchestrator not working. Only got fatal exception on logcat: ```log --------- beginning of crash 2022-08-31 09:49:21.213 20074-20074/? E/AndroidRuntime: FATAL EXCEPTION: main PID: 20074 java.lang.IllegalStateException: Call to...
### Description Seems like `--noexperimental_check_desugar_deps` is needed to build this repo, but this is not mentioned in the CONTRIBUTING.md ### Steps to Reproduce If I run `build :axt_m2repository` or `test...
### Description Instrumentation Crash when sending stack trace with view dump ### Steps to Reproduce When there are multiple recyclerview in backstack on the same activity, and a check/click fails...