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

Let's see what happens if we substitute Folger's crystals for real coffee!

### Description `onDevice().setScreenOrientation()` is failing in an instrumented test, even after calling it once successfully earlier in the test. This can happen inside of `ScreenOrientationRule` as well. ### Steps to...

### Description My code changes caused exception at Application.onCreate(), and instrumented tests run via AndroidX test orchestrator. execution command line like: ``` // prepare AndroidX test orchestrator .... adb shell...

Add support for @Supersedes annotation in ServiceLoaderWrapper This allows us to explicitly mark an implementation as being a replacement for another implementation. This is useful for cases where two or...

If you forget `@get:Rule`, it should provide a message that says `"Did you forgot @get:Rule? "` Consider this code: ```kotlin // forgot to put the @get:Rule val composeTestRule = createComposeRule()...

Add static method to grant permissions without needing the `TestRule` infrastructure in `GrantPermissionRule`

Android API 34 officially brought predictive back gestures to the developer platform so that custom animations can be defined. I want to see support for testing the UI state during...

Support launching activities in full screen mode with ActivityScenario on XR devices

### Overview ### Proposed Changes