Hello, everyone! :wave: I’m facing some issues re...
# compose
e
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
Are you using the same API levels and google_apis configs?
e
I’m using the same API level, but also tried on few others. Regarding “google_apis”, I didn’t set it. I’ll try to set it as target. This is my workflow: https://github.com/igorescodro/alkaa/blob/main/.github/workflows/android_tests.yml
Thanks, but the same problem occurs when setting target to “google_apis”.
z
Out of ideas - all I can say is add more logs and good luck 😅
😊 1
e
Thanks! I will try to open an issue on android-emulator-runner.