Firebase Test Lab - Robo Test

Hello,

I have googled everything so far, but I couldn’t find anything how to record a Robo Test of you Android Ionic application. With the recorded test I can submit it to Firebase Test Lab to run it over multiple devices.

I came this far:

  • I opened my project in Android Studio
  • I opened Test Lab settings via Tools > Firebase > Test Lab
  • Then when I try to record a Robo script, it shows only one event: ‘Delay 60000 milliseconds’

Does anyone have a clue on how to do this?

Did you figure out if this is at all possible? It might be that because the events happen on the webview and not on actual native components, it is not recording anything.