-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns test <platform> --watch
does not work
#2119
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
Currently the watch option is available only when using run, debug and livesync commands. |
Cool. The docs are not in sync: http://docs.nativescript.org/tooling/testing#re-run-tests-on-code-change Thank you! |
@cmermingas Hey, my mistake. The documentation is correct. This is a valid issue. I updated the label. |
I'm also getting the same behavior as @cmermingas when running |
Same issue with @cmermingas, @jeffswitzer on Windows 10 Creator
Real Device: Android 5.1 on Galaxy S6 |
My Karma config
|
tns test <platform> --watch
does not work
@phattranky it works for you because you have Closing in favor of #2739 |
These are the versions of the software that I have:
This is how I set up the project:
Without changing any code, I start running tests...
On Android, the tests run and the output ends like this:
The tests do not rerun when I make changes. I see that the changes are detected but the tests don't run:
If I open a browser, then I get:
But I understand that I don't need a browser connected here as I do when I am testing a regular web app, correct?
On iOS, I get something similar. The tests run and the output ends like this:
And when I change the code, the tests don't rerun.
The text was updated successfully, but these errors were encountered: