Search code examples
android-studioflutterfirebase-test-lab

Android Studio doesn't record Robo Test


I've Android Studio (AS) 3.4.1. Trying to record a Robo Script for the UI for my Flutter project. Followed pretty much everything from Google's Firebase Test Lab. The recording only records phone's physical button press but not any tap on the screen. Example below.

I've tried both Android emulators and physical device. Both have got same problem. Tried by uninstalling and installing Firebase related plug-ins from AS including restarts in between.

Any help will be highly appreciated.

Output of Robo Script (In the above screen-shot, taps between "Delay 7000 milliseconds" and "Press Back" wasn't recorded).


Solution

  • Robo scripts are meant for native Android UI, not Flutter.

    For automated testing on Flutter, please check https://flutter.dev/docs/testing.