Skip to content

Commit de9a539

Browse files
authored
Update java-testing.md (#5862)
1 parent f9f24fc commit de9a539

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/java/java-testing.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The extension supports the following test frameworks:
1919

2020
- [JUnit 4](https://junit.org/junit4/) (v4.8.0+)
2121
- [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+)
2323

2424
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:
2525

@@ -169,6 +169,9 @@ Currently the supported configurations are:
169169
- **sourcePaths**: Specify the extra source paths when debugging the tests.
170170
- **vmArgs**: Specify the extra options and system properties for the JVM.
171171
- **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`
172175

173176
More details can be found on the [vscode-java-test Wiki](https://github.com/Microsoft/vscode-java-test/wiki/Run-with-Configuration).
174177

0 commit comments

Comments
 (0)