]
Stefan Miklosovic resolved ARQ-1718.
------------------------------------
Resolution: Done
Simple way to test on real device without the need to use serial id
-------------------------------------------------------------------
Key: ARQ-1718
URL:
https://issues.jboss.org/browse/ARQ-1718
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Droidium
Reporter: Tadeas Kriz
Assignee: Stefan Miklosovic
Fix For: droidium_1.0.0.Beta1
There should be a way to simply test on device, without the need to use serial id, if
only one device is connected. Adb has this functionality (if only one device (real or
emulated) is connected, it uses it, or with -d switch to use real device (-e for emulated
one)). Droidium should also allow this and quit with error if no serial id is specified,
but more devices are connected.