Search code examples
androidfirebasekotlinandroid-jetpack-composefirebase-test-lab

Can Firebase Test Lab test a Jetpack Compose app?


I have an app built with Jetpack Compose. On the first screen I have a sign in with Google button. I see that Robo tries to click on that but when the Google pop-up appears to select the Google account, nothing happens.

Can Firebase Test Lab test my app? Or only works with traditional views?


Solution

  • As far as I know, Jetpack Compose just render down to the same old widgets as any other Android app - which means Firebase Test Lab should be able to test them just fine.

    A quick search for articles/questions about the combination, seems to confirm that. Like: