Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.13.0 - Dec 2018
28 Dec 05:28
Compare
Sorry, something went wrong.
No results found
Added
Add Chinese language support. #437
Changed
Use webpack to improve the extension startup time. #495
Change the activation events of the extension. #516
Change the style of the test report. #517
Fixed
Fix the bug that test explorer will keep refreshing when opening a large project. #461
Fix several bugs that cause the extension fails to run test cases. (#134 , #488 , #504 , #515 )
0.12.0 - Dec 2018
11 Dec 02:18
Compare
Sorry, something went wrong.
No results found
Added
Add a way to persist test logs into log files. #452
Add @DisplayName support in the test report for JUnit 5. #446
Add @ParameterizedTest support for JUnit 5. #107
Changed
Improve the test report page. (#397 , #486 , #489 )
Change the foreground color of the status bar items. #467
Fixed
Fix the bug that test runners will run forever. #482
0.11.1 - Nov 2018
27 Nov 07:37
Compare
Sorry, something went wrong.
No results found
Added
Fixed
"Cannot read property 'indexOf' of undefined" bug when running JUnit 5 tests. #455
Will run all tests in class if triggering test from method level in test explorer. #441
Cannot run tests when the project is a multi-module Maven project. #443
0.11.0 - Nov 2018
27 Nov 07:36
Compare
Sorry, something went wrong.
No results found
Added
Changed
Test explorer change to lazy-load mechanism.
Always resolve the classpath before running test jobs - no need to trigger Refresh Classpath anymore.
0.10.0
10 Oct 08:43
Compare
Sorry, something went wrong.
No results found
Changed
Sort packages alphabetically in Test Explorer. #310
Get JAVA_HOME location through calling the API exposed by the Java Language Server. #319
Fixed
Fix a bug that code lenses are not in the correct place. #36
0.9.0
21 Sep 07:06
Compare
Sorry, something went wrong.
No results found
Changed
Test explorer will always show in the Activity Bar after the extension is activated. #271
Fixed
Fix a bug that Java Test Runner will interfere with Java language server. #260
Fix 'command not found error' when triggering commands. #289