android-test
android-test copied to clipboard
An extensive framework for testing Android apps
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.
Internal change
Internal changes
test only
test only
test only
test only
[](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.
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...