Skip to content

Releases: microsoft/vscode-java-test

0.31.0

Choose a tag to compare

@jdneo jdneo released this 06 Aug 02:58
999809e

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

Choose a tag to compare

@jdneo jdneo released this 28 Jun 09:07
50119b3

Fixed

0.30.0

Choose a tag to compare

@jdneo jdneo released this 26 May 02:48
7cefe1e

Added

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

0.29.0

Choose a tag to compare

@jdneo jdneo released this 29 Apr 06:44
cf7bc55

Added

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

Fixed

0.28.1

Choose a tag to compare

@jdneo jdneo released this 08 Mar 09:26
33ea4ce

Added

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

Changed

  • Apply the new extension icon. PR#1144

Fixed

0.28.0

Choose a tag to compare

@jdneo jdneo released this 03 Feb 08:01
02cef16

Added

  • Support running tests from the Java Project explorer for Maven and Gradle projects. PR#1125

Changed

  • Improve the accessibility of the test status bar item. #1126
  • Improve the accessibility of the test report page. #1128
  • Opening files from the Test explorer now has the same experience as the File explorer. PR#1129

Fixed

0.27.0

Choose a tag to compare

@jdneo jdneo released this 07 Jan 04:56
7e6b9d5

Changed

  • Change the scope of the setting java.test.report.showAfterExecution to window. #1104
  • Adopt the progress reporter API proposed in Debugger for Java@0.30.0. PR#1119

    To prevent the notification dialog showing up, you can set the setting java.silentNotification to true.

0.26.1

Choose a tag to compare

@jdneo jdneo released this 08 Dec 09:23
27b8d1c

Changed

  • Automatically switch to DEBUG CONSOLE when a new test session starts. #1106
  • Do not show the Test Explorer for a non-Java workspace. #793

Fixed

0.26.0

Choose a tag to compare

@jdneo jdneo released this 09 Nov 08:27
b94d319

Added

  • Navigate from stacktrace line to proper file in test reports. #384

Changed

  • Only show the Migrate Deprecated 'launch.test.json' command when workspace has the deprecated files. PR#1084
  • Update the run buttons in the Test Explorer. PR#1086

Fixed

0.25.0

Choose a tag to compare

@jdneo jdneo released this 20 Oct 03:03
f27f9e0

Added

  • Add new commands java.test.editor.run and java.test.editor.debug to run and debug tests in current file. PR#1066

Changed

  • The field vmargs in java.test.config is deprecated, vmArgs is used to align with the debug launch configuration. #852

Removed

  • The adaptive debounce mechanism when resolving Code Lenses is removed since it is embedded in Visual Studio Code 1.50.0. PR#1074

Fixed