Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.37.0
Added
- Support filtering tests by JUnit 5 tags via setting
java.test.config
. #1092
Changed
- Scan two levels of directories for activation indicators. #1460
Fixed
- Add proper error reporting for old TestNG. PR#1459, contributed by @gayanper
- Update the reference view extension id. #1475
0.36.0
Added
- Add codicons for test items in Testing explorer. PR#1408
Fixed
0.35.0
Added
- Support to re-run single JUnit 5 parameterized test invocation. #1408, contributed by @fladdimir.
Changed
- Simplify the stacktrace in test messages. #1281
Fixed
0.34.2
Changed
- Adopt VS Code's refresh tests API. #1348
Fixed
- Extension might not be activated since 0.34.1. #1381
0.34.1
Changed
- Postpone the extension activation until the Java language server is ready. PR#1369
Fixed
0.34.0
Added
- Support enabling tests for unmanaged folder project when there is no test framework found on the project's classpath. You can find the feature in the
Testing
explorer. #1344
Changed
- The
@Test
method will be selected by default when using Generating Tests...
source action. #1350
Fixed
0.33.1
Fixed
- Reduce the line spacing in test messages PR#1345
0.33.0
Added
-
Add more options in the setting java.test.config
:
More details, please see our document.
-
Support jumping between tests and corresponding test subjects #660
Changed
- Show the test messages at where they happen #1266