Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/java-test/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: java-test
description: |
The Test Runner for Java works with java-debug-adapter to provide the following features:
- Run/Debug test cases
- Customize test configurations
- View test report
- View tests in Test Explorer

Enables support for the following test frameworks:

- JUnit 4 (v4.8.0+)
- JUnit 5 (v5.1.0+)
- TestNG (v6.8.0+)
homepage: https://github.com/microsoft/vscode-java-test
licenses:
- MIT
languages:
- Java
categories:
- DAP

source:
id: pkg:openvsx/vscjava/vscode-java-test@0.43.2
download:
file: vscjava.vscode-java-test-{{version}}.vsix

share:
java-test/: extension/server/
Loading