Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/core/tools/dotnet-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dotnet test [<PROJECT> | <SOLUTION> | <DIRECTORY> | <DLL> | <EXE>]
[-r|--runtime <RUNTIME_IDENTIFIER>]
[-s|--settings <SETTINGS_FILE>]
[-t|--list-tests]
[--tl:[auto|on|off]]
[-v|--verbosity <LEVEL>]
[<args>...]
[[--] <RunSettings arguments>]
Expand Down Expand Up @@ -260,6 +261,8 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework.

List the discovered tests instead of running the tests.

[!INCLUDE [tl](../../../includes/cli-tl.md)]

[!INCLUDE [verbosity](../../../includes/cli-verbosity-minimal.md)]

- **`args`**
Expand Down