microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
297 stars 132 forks source link

Selecting one test from a parametrized test, reruns all tests, but the result is filtered #1657

Open smil2k opened 10 months ago

smil2k commented 10 months ago

I'm running a test suite of parametrized junit 5 tests.

Every second time all the tests are running instead of the one selected.

vscodetest