Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit f10dbbf

Browse files
authored
feat: add java-test package (#34)
Add Test Runner for Java (vscode-java-test) from OpenVSX. Provides test execution support for JUnit 4/5 and TestNG.
1 parent 987333a commit f10dbbf

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

packages/java-test/package.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: java-test
3+
description: |
4+
The Test Runner for Java works with java-debug-adapter to provide the following features:
5+
- Run/Debug test cases
6+
- Customize test configurations
7+
- View test report
8+
- View tests in Test Explorer
9+
10+
Enables support for the following test frameworks:
11+
12+
- JUnit 4 (v4.8.0+)
13+
- JUnit 5 (v5.1.0+)
14+
- TestNG (v6.8.0+)
15+
homepage: https://github.com/microsoft/vscode-java-test
16+
licenses:
17+
- MIT
18+
languages:
19+
- Java
20+
categories:
21+
- DAP
22+
23+
source:
24+
id: pkg:openvsx/vscjava/vscode-java-test@0.43.2
25+
download:
26+
file: vscjava.vscode-java-test-{{version}}.vsix
27+
28+
share:
29+
java-test/: extension/server/

0 commit comments

Comments
 (0)