$ tns test android
test harness reports "no reachable hosts"
#4182
Labels
$ tns test android
test harness reports "no reachable hosts"
#4182
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
I'm trying to set up unit tests in a brand new project and run on an android emulator. When running the steps to reproduce the test harness starts but then reports "no reachable hosts" and hangs. The output from the terminal is:
I have also tried the
--justlaunch
flag but that doesn't have any impact.To Reproduce
Expected behavior
The test run completes with success and returns zero.
Sample project
https://github.com/groksrc/testandroid
Additional context
I have gone as far as recreating my android emulator just to make sure there wasn't something going on there. I am not behind a proxy and I do not have any network restrictions in place that may prevent communication between the processes. Running for iOS works as expected. I am on macOS High Sierra 10.13.6
The text was updated successfully, but these errors were encountered: