vscode-java-test icon indicating copy to clipboard operation
vscode-java-test copied to clipboard

Support test autorun

Open Trass3r opened this issue 2 years ago • 3 comments
trafficstars

https://code.visualstudio.com/updates/v1_77#_finalized-support-for-continuous-test-runs

Trass3r avatar Mar 30 '23 22:03 Trass3r

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?

jdneo avatar Mar 31 '23 01:03 jdneo

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

siraj-samsudeen avatar Apr 25 '23 05:04 siraj-samsudeen

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.

Trass3r avatar Apr 26 '23 09:04 Trass3r