android-test
android-test copied to clipboard
An extensive framework for testing Android apps
Internal
### Description I have integration tests running from API 21 to API 29. I've been trying to update our app to target API 30 but the tests are flaky just...
Update the `OnViewInOnActivityHandler` to `OnViewInOnActivityCheck`. Delete `CallUtil`.
### Description We are struggling to use the test orchestrator in our new test only module. We had it working fine when the tests were located in the app module....
For demonstration purposes.
Please provide a standard way to override the app's Locale in tests. Main use cases for me are testing against a given language translation, and for tests on screens that...
### Overview Currently, you can see errors like "**expected: some string; was: some string**" while working with strings that contain nbsp symbols. The reason being is an nsbp and a...
### Overview This change makes it possible to defer the launch of the `Activity` under test until the first call to `LazyActivityScenarioRule.getScenario()`, so that different setups/options can be initialized before...
### Description A ```longClick()``` with ```RecyclerViewActions.actionOnItemAtPosition``` does not trigger the selection of the item in a ```RecyclerView``` that has been passed to a ```SelectionTracker```. ### Steps to Reproduce Set up...
Update ThanksHubActivityTest to use ActivityScenario.launchActivityForResult()