android-test
android-test copied to clipboard
An extensive framework for testing Android apps
### Description I am trying to test login screen UI functionality through espresso How can i mock activity as it requires to activity to be launched before testing. ### Steps...
### Description On the app I am testing there are a number of toast messages that I check to make sure toasts are displayed with correct text. My espresso tests...
### Description Using the new `ActivityScenario` for our tests. Sadly in various occasions the `getResult()` will wait 30 seconds until it returns successfully. This behavior is not deterministic as sometimes...
### Description When using `ActivityScenario`, backstack doesn't work as expected when launching deeplinks. ### Steps to Reproduce Please see the repro project at https://github.com/lwasyl/activity-scenario-navigation-issue. 1. Navigation library is set up...
### Description Hello, I've noticed that ActivityScenario does not launch Activities when running MultiDex'ed applications on devices before API level 21. ### Steps to Reproduce 1. Use ActivityScenario 2. Enable...
This adds the option to get a properly configured gRPC connection to the emulator in which this test is currently running. The gRPC endpoint will be configured to: - Use...
Internal
Add UnusedOnActivity lint check which detects and fixes the redundant onActivity calls whose callback parameter is never used.
Internal
Internal