Skip to content

tns test <platform> does not work in case the application is not installed on the device. #1513

Closed
@rosen-vladimirov

Description

@rosen-vladimirov

In case application is not installed on the device, instead of running the tests, the original app is stared.

Steps to reproduce

  • Create new app - tns create myApp
  • Navigate to the app - cd myApp
  • Initialize test structure - tns test init
  • Run the tests (make sure you do not have org.nativescript.myApp installed on the device): tns test <platform>

Workaround

Install the app first:

  • tns run <plartform> --justlaunch

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions