-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns test <platform>
does not work in case the application is not installed on the device.
#1513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also we must prepare the project first and start Karma launcher after that - in case the project is TypeScript, we will not have the |
hdeshev
added a commit
to NativeScript/nativescript-angular
that referenced
this issue
Feb 23, 2016
Add mocha karma reporter. Downgrade CLI to avoid bug with unit test runner. More info: NativeScript/nativescript-cli#1513 Make sure we have compiled the js files before starting karma.
This was referenced Feb 25, 2016
Closed
Merged
Scenarios that must be tested:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case application is not installed on the device, instead of running the tests, the original app is stared.
Steps to reproduce
tns create myApp
cd myApp
tns test init
tns test <platform>
Workaround
Install the app first:
tns run <plartform> --justlaunch
The text was updated successfully, but these errors were encountered: