I have two different Android devices connected to the same machine. What I would like to do is target each device and run it separately.
Unfortunately, it seems that I need to disconnect one of the devices to run the test every time, because if this does not happen, I get the following error:
error: more than one device and emulator
Does anyone know about this for this problem so that I can just lock both devices and run tests?
android testing device calabash-android
user1861040
source share