NativeScript / karma-nativescript-launcher

Karma launcher for NativeScript unit tests
Other
6 stars 3 forks source link

Support test runs on tethered devices #2

Closed tailsu closed 9 years ago

tailsu commented 9 years ago

Currently devices need to be in the same subnet as the developer machine and have access to it on karma's TCP port. When the device is tethered using a cable, if possible, the connection to the karma server should be established directly over the cable (e.g. using port forwarding).

tailsu commented 9 years ago

Test runs on tethered devices are naturally supported using the device's own USB/Bluetooth tethering feature.