You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/java/java-testing.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The extension supports the following test frameworks:
19
19
20
20
-[JUnit 4](https://junit.org/junit4/) (v4.8.0+)
21
21
-[JUnit 5](https://junit.org/junit5/) (v5.1.0+)
22
-
-[TestNG](https://testng.org/doc/) (v6.8.0+)
22
+
-[TestNG](https://testng.org/doc/) (v6.9.13.3+)
23
23
24
24
The [Test Runner for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test) works with the [Language Support for Java™ by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) and [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) extensions to provide the following features:
25
25
@@ -169,6 +169,9 @@ Currently the supported configurations are:
169
169
-**sourcePaths**: Specify the extra source paths when debugging the tests.
170
170
-**vmArgs**: Specify the extra options and system properties for the JVM.
171
171
-**workingDirectory**: Specify the working directory when running the tests.
172
+
-**testKind**: Specify the targeting test framework for this test configuration. Supported values are `junit`, `testng`.
173
+
-**filters**: Specify the test filters.
174
+
-**tags**: Specify the tags to be included or excluded. Tags having `!` as the prefix will be **excluded**. Note: This setting only takes effect when `testKind` is set to `junit`
172
175
173
176
More details can be found on the [vscode-java-test Wiki](https://github.com/Microsoft/vscode-java-test/wiki/Run-with-Configuration).
0 commit comments