Skip to content

Releases: microsoft/vscode-java-test

0.23.0

14 Jul 09:19
f1b8ee9

Choose a tag to compare

Added

Changed

  • Resolve the Code Lenses only when the current source file is on test source paths. PR#997

Fixed

0.22.4

15 May 07:46
b759dab

Choose a tag to compare

Added

  • Add sourcePaths key in java.test.config to specify source paths. #982

0.22.3

03 Apr 08:23
3c2df0a

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

Choose a tag to compare

0.22.1

19 Jan 08:55
8d83b37

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

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

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

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

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

Choose a tag to compare