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
I wish to be able to quickly enable continous run mode (watch mode) without having to open the test panel, search for the right test in the long list, and click on the eye icon.
I know i can click "reveal in test explorer", but a shortcut would be even nicer.
Suggested solution
I would love to just right click on the test run icon and click "run continously"
VSCode doesn't provide enough API to sync the test run request and the state of the "continues" run button in the test tree. I found some undocumented commands but they use private test item implementations that I don't have access to:
testing.continuousRunUsingForTest
testing.startContinuousRun (this starts the continuous run for every test)
I'd actually like something similar. When I purposefully failed a test, I had to manually rerun it. When I fixed the test (for demonstration purposes), I had to rerun it again.
What if instead of all that, if you notice there's a test, have a preference in VSCode that allows it to automatically rerun that one test or the whole file. Either way, it'd be nice if it was watching for changes to files when I was working in them and specifically when I was saving the file.
Even better is if I could have it run after a debounce on typing. May or may not be good for that one. VSCode errors are annoying when it does that while I'm typing :/.
Clear and concise description of the problem
I wish to be able to quickly enable continous run mode (watch mode) without having to open the test panel, search for the right test in the long list, and click on the eye icon.
I know i can click "reveal in test explorer", but a shortcut would be even nicer.
Suggested solution
I would love to just right click on the test run icon and click "run continously"
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: