-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Unit test runner do not work in --watch mode (it is default mode now) #2739
Comments
@hettiger this happens because unit test runner crash after execute in watch mode (which is the default one) You should not see this message when run |
@dtopuzov By the way, this is not crash but just intended exit due to livesync unimplemented. This is not bug but an essential feature missing. |
Makes sense but that's not really straight forward. It's up to you guys if you want to close this issue or not. I think there should be a better error message, --no-watch should be default or the livesync should get implemented. |
Newcomers question: So there is no livesync for running tests in nativescript 3? |
It can watch, but it restarts the test runner every time. |
After the test runner ist restarted, it only says "No known hosts" and does not re-run the unit tests. |
Hey guys, We've improved a lot our testing story as fixed a bunch of issues and integrated it with webpack workflow. I'm closing this issue, feel free to open an another in case you face problems. |
From @hettiger on April 23, 2017 8:38
Hello,
I'm currently having a look at {NS} testing capabilities. Using the RC this doesn't seem to be stable yet? Here's what I'm talking about:
I think there shouldn't be errors on a clean project or is that to be expected?
This is the basic installation process for my dummy app:
Android Output
iOS Output
Package
Copied from original issue: NativeScript/nativescript-cli-tests#61
The text was updated successfully, but these errors were encountered: