Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 2.23 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.23 KB

Java Test Runner

Travis CI

Overview

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

Use

Run/debug JUnit test

Available commands

  • Java:Show test output: open the test output window.
  • Java:Open Log: open extension log file.
  • Java:Edit Test Configuration: edit test configuration.

Supported VSCode settings

  • java.test.report.position: Specify where to show the test report. Supported values are sideView, currentView. The default value is sideView.

Requirements

Feedback and Questions

You can find the full list of issues at Issue Tracker. You can submit a bug or feature suggestion.

License

This extension is licensed under MIT License.

Data/Telemetry

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.