Hello, everyone! 👋
I’m facing some issues regarding Instrumented Tests with Compose.
My tests passes on multiple emulators locally, but it fails on GitHub Actions (I’m using ReactiveCircus/android-emulator-runner).
The fails are simple ones like
Reason: Expected exactly '1' node but could not find any node that satisfies
for screens I’m sure are working.
Has anyone faced any issue with it? Is there any recommended configuration for Compose Test or Android Emulator?
Thanks a lot in advance! ❤️
z
Zach Klippenstein (he/him) [MOD]
04/23/2021, 2:25 PM
Are you using the same API levels and google_apis configs?