For testing compose layout we have a default library.
To run Firebase Test Lab (FTL) it says you need Espresso
or UI Automator
frameworks.
But I'm not sure if this is outdated or not.
Putting my APKs (that use jetpack compose and the compose testing framework) to be tested on FTL works on real devices but not virtual devices.
My question is, what is the expected approach?
- Add Espresso to all my UI tests and use Espresso on Jetpack Compose (is this possible?)
- Run FTL with real physical devices only. Virtual to come maybe?
- There is a way to run compose tests on virtual devices and I didn't found.?
Thanks!