How can I watch java junit test amoung relative java file #363
Unanswered
GaryChung34
asked this question in
Q&A
Replies: 1 comment
-
You need to add a These symbols can be anything but it's recommended to use things like imports which will link to other files and build a dependency tree of files which once they are written, the dependent tests will re-run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
greeting, my problem is trying to use watch.toggle a test java file which is testing a function of one of my class. However, when I change and save this class file. no test run is triggle. wonder why?
For more info, after i read the doc of neotest.watch, i see that watching the relative file is dependent of LSP client. some config can be made in the watch consumer. can I config the watch consumer to watch my project directory of re-run my test? where alse can i find more information about the watch config? thanks.
i am using:
here is my neotest config:
Beta Was this translation helpful? Give feedback.
All reactions