Skip to content

Releases: microsoft/vscode-java-test

0.22.3

03 Apr 08:23
3c2df0a
Compare
Choose a tag to compare

Added

  • Skipped tests can be toggled out in the test report. #754

Changed

Fixed

0.22.2

28 Feb 05:50
42e6e49
Compare
Choose a tag to compare

0.22.1

19 Jan 08:55
8d83b37
Compare
Choose a tag to compare

Added

  • Show running status in the Test Explorer during the execution. #790

Fixed

0.22.0

13 Dec 09:25
430770b
Compare
Choose a tag to compare

Added

  • Show test status on test method nodes in Test Explorer. #890

Changed

  • Use Octicon to replace the Emoji for Code Lens. #845

Fixed

0.21.0

31 Oct 09:21
bfc7095
Compare
Choose a tag to compare

Added

  • Support Collapse All button in Test Explorer. PR#848
  • Support modular test projects. #807

Removed

  • The setting java.test.forceBuildBeforeLaunchTest is removed, please use java.debug.settings.forceBuildBeforeLaunch instead. PR#850
  • The setting java.test.saveAllBeforeLaunchTest is removed, now the unsaved files will always be saved before launching the tests.PR#861

Fixed

0.20.0

26 Sep 10:31
d4e6315
Compare
Choose a tag to compare

Added

  • Add java.test.saveAllBeforeLaunchTest setting to specify whether to automatically save the files before launching the tests. #468
  • Add java.test.forceBuildBeforeLaunchTest setting to specify whether to automatically build the workspace before launching the tests. #781

Changed

  • The runner for JUnit 4 is changed to Eclipse JUnit 4 Runner. PR#795
  • The title of the Test Explorer is changed to Java. PR#796

Fixed

0.19.0 - 2019-08-12

12 Aug 02:09
962ea50
Compare
Choose a tag to compare

Added

  • Support JUnit 5 meta-annotations. #737
  • Support JUnit 5 @TestTemplate. PR #763

Changed

  • Add redhat.java into the extension dependency list. PR #760

Fixed

0.18.2 - 2019-07-23

23 Jul 02:22
08d7f68
Compare
Choose a tag to compare

0.18.1 - 2019-06-28

28 Jun 03:28
80b5714
Compare
Choose a tag to compare

Added

  • Support customizing the visibility of Run Test and Debug Test CodeLens through setting: java.test.editor.enableShortcuts. #374

Fixed

0.18.0 - 2019-06-11

11 Jun 04:33
8804de2
Compare
Choose a tag to compare

Added

  • Support automatically show the test report after execution. #673
  • Support JUnit 5 @Nested annotation. #685

Fixed