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

### Tests are not running in **IntrumentationTest** ### Trying to run default Instrumentation test generated by Android studio IDE itself. ### Should run properly with pass/failure status, In case of...

### Description Test randomly failed due to unable to find jar files. ### Steps to Reproduce N/A ### Expected Results Tests should succeed. The following version combination, when used for...

### Description While running Espresso device testing, the task "app:connectedDebugAndroidTest" fails. This happens when attempting to set the screen orientation from portrait to landscape within a test case. ### Steps...

Detect if a double click can't be injected within the double tap timeout. If the 2nd click can't be injected quickly enough, return Tapper.Status.WARNING, and if there is a rollback...

Adds BitmapHolder class which handles passing along Bitmaps as either compressed bytes or the full bitmap. This is part of a larger API that is not ready to be released...

Support setting screen orientation and device mode on physical devices

### Overview ### Proposed Changes

Throw `onActivity` exception from the test thread Previously if the `ActivityAction` or the assertions (e.g. checking whether the activity is destroyed or not) threw then the application would die unnaturally...

Update Espresso Device maven artifact to include all Espresso Device APIs