Skip to content

Releases: microsoft/vscode-java-test

0.39.0

31 May 07:02
8d92744

Choose a tag to compare

Added

  • Support 'postDebugTask' in test configuration. #1557

Fixed

  • Resource nodes in Java Projects view should not have run test actions. #1559
  • Cannot run @TestFactory tests. #1565

0.38.2

27 Mar 08:45
cac1ecd

Choose a tag to compare

Fixed

  • Cannot run test with older versions of TestNG. #1540, contributed by @Kropie
  • "Resolving launch configuration" never finishes when exception happens. #1543
  • Update target platform. PR#1549, contributed by @Frederick888

0.38.1

01 Mar 00:29
e01bdfe

Choose a tag to compare

0.38.1

Added

Fixed

  • Sorting of parameterized tests should be natural. #1465, contributed by @Kropie
  • Diff test messages may be duplicated. #1522, contributed by @fladdimir
  • Overload test methods are not handled properly. #1517, contributed by @Kropie

0.37.1

02 Sep 01:58
3264d67

Choose a tag to compare

Fixed

  • Tests cannot be launched. #1481

0.37.0

31 Aug 02:20
786d1e6

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

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

Choose a tag to compare

0.35.1

28 Jun 02:09
7cbc39e

Choose a tag to compare

0.35.0

27 Apr 01:28
df9cd1b

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

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