vscode-java-test
vscode-java-test copied to clipboard
Support test autorun
https://code.visualstudio.com/updates/v1_77#_finalized-support-for-continuous-test-runs
I also noticed that. My concern is about the UX. Since our test execution will launch a debug session. Does that confuse the user if the debug sessions are frequently triggered by the autorun feature?
I have been waiting for this feature - it would be great to have this feature as it supports frictionless TDD - i don't have to get out of my context of writing code or tests to run them which I have gotten very used using Jest --watchAll. I look forward to having this feature soon
I also noticed that. My concern is about the UX. Since our test execution will launch a debug session. Does that confuse the user if the debug sessions are frequently triggered by the autorun feature?
Ah yeah that could indeed become annoying, esp. that popup "resolving launch config". Also on errors it automatically jumps to the line and displays the exception.