Watch test option from UI? #244
sloba-textla
started this conversation in
Ideas
Replies: 1 comment
-
Sorry for the late reply. This plugin is primarily implementing the VSCode Testing API. I'm not sure if a watch option is feasable unless VSCode provides a built-in mechanism for this. I do not see a Theoretically, it could be possible to start an own watcher (maybe Mocha has something built-in?) and try to trigger new testruns based on that. Any contributions around this are welcome. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first of all thanks for the only plugin that I was able to get to work correctly.
What I am missing now is
watch
option next to the test so that it runs recursively or on file change.I tried using "Start continuous run" at the top but that seems to not work.
Am I missing something or this is indeed not supported yet?
Beta Was this translation helpful? Give feedback.
All reactions