Request: Show off more from Androidx.Test APIs + Robolectric
It would be really nice if this repo had a decently built out set of tests using ActivityScenario/FragmentScenario to be run optionally with Robolectric or Espresso APIs on JVM or Emulators as an equivalent of @Medium tests.
It would also be nice to have @Large tests that are end-to-end using the Espresso APIs with ActivityScenario. (Bonus for a Screenshot on fail / assert test rule, and potentially a way to disable animations programmatically)
There has been a lot of interest for test engineers to work in the same codebase as developers and writing end-to-end tests using Espresso. This repo would be a great resource to those teams.
I'm finding it hard to find good example repos that practice some of the awesome features as stated in: Write Once, Run Everywhere Tests on Android