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

Add internet permission for espresso device gradle tests FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/android/android-test/pull/2375 from android:incrementVersions 023aed7c2ff4df514976e45dd55b67d5943d40ad

Commits: ---- 8ebf9c5b - Brett Chabot - 2025-03-27T23:43:01Z Update versions for next release FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/android/android-test/pull/2375 from android:incrementVersions 023aed7c2ff4df514976e45dd55b67d5943d40ad

Upgrade build toolchain to: - bazel 7.5.0 - bzlmod - kotlin 2.1.0 - rules_java 8.6.0 - robolectric 4.14.1 - rules_jvm_external 6.6 - rules_kotlin 2.1.3 - rules_android 0.6.3 - java 21

Migrate org.apache.tomcat:annotations-api to org.apache.tomcat:tommcat-annotations-api to use newer versions that rename javax.annotation to jakarta.annotation to avoid duplicated class javax.annotation with other dependencies. This CL selects the first stable version 10.0.0 that...

## Actual The emulator remains with the display size modified. Wiping the device is required to restore the original state. ![Image](https://github.com/user-attachments/assets/dd461067-0389-4877-a806-c84f65982c58) **Full test code (if helpful)** ``` @OptIn(ExperimentalTestApi::class) @RunWith(AndroidJUnit4::class) class...

### Description It would be great to extend the DefaultFailureHandler so that the name of the test becomes part of the file name of the screenshot that is saved on...

Allow ResettingStubberImpl to be called from any thread.

Allow IntentStubberRegistry to be called from any thread. Hid IntentStubberRegistry.getInstance(). Added IntentStubberRegistry.getActivityResultFromIntent as replacement.