I'm running Espresso Android tests on a virtual device (Pixel2) of Firebase Test Lab and I need to know the geographic coordinates of this device. I have tests that fail because they must run on a device located in national territory (Portugal) and it's displayed the following: “Your access is being made outside Portugal".
I would like to know if when I run the test via the command gcloud firebase test android run
, there is a way to get access to the virtual device's location and / or to make it run on a device located in national territory (Portugal).
Thanks, xptoGirl