Skip to content

Releases: microsoft/vscode-java-test

0.37.0

31 Aug 02:20
786d1e6
Compare
Choose a tag to compare

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

25 Jul 08:06
d8cf04f
Compare
Choose a tag to compare

Added

  • Add codicons for test items in Testing explorer. PR#1408

Fixed

0.35.2

06 Jul 08:13
8b52003
Compare
Choose a tag to compare

0.35.1

28 Jun 02:09
7cbc39e
Compare
Choose a tag to compare

0.35.0

27 Apr 01:28
df9cd1b
Compare
Choose a tag to compare

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

08 Mar 03:23
1def10f
Compare
Choose a tag to compare

Changed

  • Adopt VS Code's refresh tests API. #1348

Fixed

  • Extension might not be activated since 0.34.1. #1381

0.34.1

01 Mar 05:16
61a328a
Compare
Choose a tag to compare

Changed

  • Postpone the extension activation until the Java language server is ready. PR#1369

Fixed

0.34.0

25 Jan 06:58
49ea8ec
Compare
Choose a tag to compare

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

20 Dec 07:59
78717ac
Compare
Choose a tag to compare

Fixed

  • Reduce the line spacing in test messages PR#1345

0.33.0

24 Nov 05:36
f2c08d4
Compare
Choose a tag to compare

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