I'm interested in running some UIAutomator tests in the Firebase Test Lab: One of our tests we want to do involves functionality in 2 different apps.
So our process locally is:
- Install app A
- Install app B
- Install the intrumentation apk
Run the instruentation step.
However, with the gcloud commands, it looks like we can only upload 1 app apk and 1 test apk.
Is there a way to do multiple apk testing in the Test Lab?