You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you verify this is a real problem by searching [Stack Overflow]
Couldn't find a related question
Tell us about the problem
When doing unit testing I use tns test ios. When I'm done with a testing phase and want to go do some manual testing I kill that process and run tns run ios. Instead of running my actual application it boots up the testing app.
Which platform(s) does your issue occur on?
iOS (haven't tried it on android)
Please provide the following version numbers that your issue occurs with:
Hey @jonnysamps ,
Thank you for this report. In fact this issue is already reported, so I'm closing this one in favor of #3146 Lets continue the discussion there.
Did you verify this is a real problem by searching [Stack Overflow]
Couldn't find a related question
Tell us about the problem
When doing unit testing I use
tns test ios
. When I'm done with a testing phase and want to go do some manual testing I kill that process and runtns run ios
. Instead of running my actual application it boots up the testing app.Which platform(s) does your issue occur on?
iOS (haven't tried it on android)
Please provide the following version numbers that your issue occurs with:
"nativescript-angular": "^4.2.0",
"nativescript-telerik-ui": "^3.0.4",
"nativescript-theme-core": "~1.0.2",
"nativescript-unit-test-runner": "^0.3.4",
Please tell us how to recreate the issue in as much detail as possible.
tns test ios
let the tests run.tns run ios
go to simulator and see that the test app gets runIs there code involved? No
The text was updated successfully, but these errors were encountered: