dazinator / Xamarin.TestyDroid

TestyDroid is a small command line tool, to handle running your unit tests on an android device during CI builds.
MIT License
4 stars 0 forks source link

Support USB transport #27

Open dazinator opened 8 years ago

dazinator commented 8 years ago

As per #26 devices are currently assumed to use tcp transport as this is what emulators use.

In order to support physical devices, should first support usb transport.

Usb devices dont have console port numbers, and so anywhere this is used, have to implement an alternative if the device is usb.

This also means fixing the device parse method as per #26 also.

Thanks @annymsMthd for prompting this issue