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 After upgrading `targetSdk` to `33` Android tests on Android 13 device start to fail with the exception: `android.content.ActivityNotFoundException: Unable to find explicit activity class {com.appsflyer.engagement.test/androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity}; have you declared...

### Description Any swipe actions don't do anything more than press the screen in the same place on Pixel 6 ### Steps to Reproduce `onView(withId(R.id.recyclerView)).perform(swipeUp())` ### Expected Results Should swipe...

Added the version name & code for the test_services.apk.

Add Lint check "HardcodeStoragePath" which warns hardcoded storage paths in Android tests.

Lazy load InstrumentationResultPrinter. Currently AJUR initializes InstrumentationResultPrinter at construction time, which is before multidex is installed on APIs

Add Espresso Lint check "UnclosedActivityScenario" which unclosed `ActivityScenario` instances (for internal use).