A lightweight extension to run and debug Java test cases in Visual Studio Code. It works with Language Support for Java by Red Hat and Debugger for Java to provide the following features:
- Support JUnit (v4.8.0+) test cases
- Run test cases
- Debug test cases
- View test logs
- View test report
- Test Explorer
- Test Configuration
- Cancel a test run
Java:Show test output
: open the test output window.Java:Open Log
: open extension log file.Java:Edit Test Configuration
: edit test configuration.
java.test.report.position
: Specify where to show the test report. Supported values aresideView
,currentView
. The default value issideView
.
- JDK (version 1.8.0 or later)
- VS Code (version 1.23.0 or later)
- Language Support for Java by Red Hat (version 0.14.0 or later)
- Debugger for Java
- JUnit4: 4.8.0 or later
You can find the full list of issues at Issue Tracker. You can submit a bug or feature suggestion.
This extension is licensed under MIT License.
This extension collects telemetry data to help improve our products. Please read Microsoft privacy statement to learn more. If you opt out to send telemetry data to Microsoft, please set below configuration in settings.json: telemetry.enableTelemetry = false
. Learn more in our FAQ.