Okay, so I will try the Virtual Device Testing for Android first.
Virtual Device testing does not appear in my bitrise workflow options for Android ![]()
Thanks. It suddenly appeared even though I didnât toggle any settings hmm. Seems like it doesnât support Appium as all I see is Java instrumentation configs - if it does how would I use API url and token with my wdio conf?
@evan.gillogley Correct, Virtual Device Testing (built on Firebase Test Lab right now) does not support Appium unfortunately, because Appium requires a server to run on the host where you run the tests, and VDT/Test Lab runs them on remote emulators.

