Closed
Description
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