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

Increased ATF's minSdkVersion to 21 (LOLLIPOP). This is the minimum supported by Compose. Without this increase, ATF cannot have a compile-time dependency upon Compose.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

When test is using `@RunWith(Parameterized.class)` and specify parameter name `Parameters(name = "{index}:Foo")` Test runner cannot find any tests due to the regex pattern limitation.

cla: yes

Start a new instrument process only when test process crashed Default behaviour: case 1 → process 1 ↓ clear app data ↓ case 2 → process 2 (crash) ↓ clear...

cla: yes