From 75736694b30178c436389a28e4441905ef00f82c Mon Sep 17 00:00:00 2001 From: s1n7ax Date: Mon, 17 Nov 2025 13:45:52 +0530 Subject: [PATCH] feat: add java-test package Add Test Runner for Java (vscode-java-test) from OpenVSX. Provides test execution support for JUnit 4/5 and TestNG. --- packages/java-test/package.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/java-test/package.yaml diff --git a/packages/java-test/package.yaml b/packages/java-test/package.yaml new file mode 100644 index 0000000..eda7b57 --- /dev/null +++ b/packages/java-test/package.yaml @@ -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/