Appium tests / setup

Okay, so I will try the Virtual Device Testing for Android first.

1 Like

Virtual Device testing does not appear in my bitrise workflow options for Android :frowning:

Work fine at my side, could you please try again?

1 Like

Ah, you need to enable Virtual Device Testing in the Bitrise Project Settings too.

1 Like

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.