Skip to content

Commit 7811b71

Browse files
authored
Document equivalent of -- <RunSettings arguments> in MTP (#45545)
1 parent b7de33d commit 7811b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/microsoft-testing-platform-vs-vstest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The test related arguments are VSTest specific and so need to be transformed to
9898
| `--results-directory <RESULTS_DIR>` | `--results-directory <RESULTS_DIR>` |
9999
| `-s\|--settings <SETTINGS_FILE>` | Depends upon the selected test framework |
100100
| `-t\|--list-tests` | `--list-tests` |
101-
| `-- <RunSettings arguments>` | Not supported |
101+
| `-- <RunSettings arguments>` | `--test-parameter` (provided by [VSTestBridge](microsoft-testing-platform-extensions-vstest-bridge.md)) |
102102

103103
> [!IMPORTANT]
104104
> Before specifying any `Microsoft.Testing.Platform` arguments, you need to add `--` to separate the `dotnet test` arguments from the new platform arguments. For example, `dotnet test --no-build -- --list-tests`.

0 commit comments

Comments
 (0)