Skip to content

Releases: microsoft/vscode-java-test

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

0.32.0

23 Sep 08:23
7dd3fb5
Compare
Choose a tag to compare

Changed

  • Improve the experience of displaying the JUnit 4's parameterized tests #1296

Fixed

0.31.3

23 Aug 10:24
e0d81ab
Compare
Choose a tag to compare

0.31.2

16 Aug 08:30
f0983cf
Compare
Choose a tag to compare

Changed

  • Changed the extension name to Test Runner for Java. PR#1272

Fixed

0.31.1

09 Aug 07:09
a5ce2cb
Compare
Choose a tag to compare

0.31.0

06 Aug 02:58
999809e
Compare
Choose a tag to compare

0.31.0

Changed

Thanks to the power of the VS Code's new testing API, this release includes tremendous improvement including functionality and user experiences. Please have a try! Also remember to update your VS Code to the latest version (^1.59.0)!

0.30.1

28 Jun 09:07
50119b3
Compare
Choose a tag to compare

0.30.0

26 May 02:48
7cefe1e
Compare
Choose a tag to compare

Added

  • Support new Source Action: Generate Tests... in source files to help scaffold the tests. #1172

0.29.0

29 Apr 06:44
cf7bc55
Compare
Choose a tag to compare

Added

  • Support new Source Action: Generate Tests... in the test source files. #1172

Fixed

0.28.1

08 Mar 09:26
33ea4ce
Compare
Choose a tag to compare

Added

  • Add welcome view in Test explorer when there is no folders opened. PR#1141

Changed

  • Apply the new extension icon. PR#1144

Fixed