Skip to content

Releases: microsoft/vscode-java-test

0.12.0 - Dec 2018

11 Dec 02:18
1914401

Choose a tag to compare

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
e065003

Choose a tag to compare

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
35b301f

Choose a tag to compare

Added

  • Add TestNG support.

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
449e3c4

Choose a tag to compare

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
1b6f873

Choose a tag to compare

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