Testing MAUI app in Firebase Test Lab

Petr Pikaus
0
Reputation points
I would like to test an application in Firebase's Test Lab, however, I'm not able to reference the username/password fields to fill in the credentials.
I assumed that setting the AutomationId
to the values I later set in the Test Labs should solve the issue, but sadly when the run finishes I get the following notifications
Unused text input: no resource name matched the regex "login_password"
Unused text input: no resource name matched the regex "login_email"
Sub-note: is it possible to record Robo script with Android studio when it comes to MAUI app?