Skip to content

tns run ios shows "no reachable hosts" after running unit tests #3146

Closed
@jschwartz73

Description

@jschwartz73

After running unit tests via

  • tns test ios

a call to

  • tns run ios

displays an app with a big image of "N" and a label that says "no reachable hosts"

My expectation is that the app would run (not the unit tests)

tns info
nativescript │ 3.2.1 │ 3.2.1 │ Up to date │
tns-core-modules │ 3.2.0 │ 3.2.0 │ Up to date │
tns-android │ │ 3.2.0 │ Not installed │
tns-ios │ 3.2.0 │ 3.2.0 │ Up to date │

Steps to reproduce:

  1. tns create test-app
  2. cd test-app/
  3. tns run ios
  4. tns test init # Choose Jasmine
  5. tns test ios
  6. tns run ios

Any help would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugrunDescribes issues related to run commandunit testing

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions