Skip to content

Releases: microsoft/vscode-java-test

0.42.0

01 Aug 04:29
ad4b37c
Compare
Choose a tag to compare

What's Changed

  • feat - allow other extensions to register test runner by @jdneo in #1705

0.41.1

25 Apr 16:50
ebcc15e
Compare
Choose a tag to compare

What's Changed

  • fix: Enable html support for test outputs by @jdneo in #1684
  • fix: Bump org.jacoco.core to 8.12 by @jdneo in #1685

Full Changelog: 0.41.0...0.41.1

0.41.0

05 Apr 04:32
a30b06e
Compare
Choose a tag to compare

Added

Fixed

0.40.1

30 Oct 01:52
03d234c
Compare
Choose a tag to compare

Fixed

  • The working directory is not set to folder opened in VS Code when it's unmanaged folder. #1606
  • JUnit5 DynamicContainer are not working. #1617
  • NPE when get test source paths. #1621

0.40.0

25 Sep 01:37
6aa29b5
Compare
Choose a tag to compare

Added

Fixed

  • Editor gutter shortcuts disappear. #1604

0.39.1

04 Aug 04:43
d49478b
Compare
Choose a tag to compare

Removed

  • Remove marketplace preview flag. PR#1592

0.39.0

31 May 07:02
8d92744
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Tests cannot be launched. #1481