DotNet.TestOptions Type
dotnet test command options
Record fields
Record Field | Description |
Full Usage:
Blame
Field type: bool
|
Runs the tests in blame mode. This option is helpful in isolating the problematic tests causing test
host to crash. It creates an output file in the current directory as Sequence.xml that captures the
order of tests execution before the crash. (
|
Full Usage:
Collect
Field type: string option
|
|
|
|
|
Configuration to use for building the project. Default for most projects is "Debug".
(
|
Full Usage:
Diag
Field type: string option
|
|
Full Usage:
Filter
Field type: string option
|
Run tests that match the given expression. (
|
Full Usage:
Framework
Field type: string option
|
Target framework to publish for. The target framework has to be specified in the project file.
(
|
Full Usage:
ListTests
Field type: bool
|
|
Full Usage:
Logger
Field type: string option
|
|
|
|
Full Usage:
NoBuild
Field type: bool
|
|
Full Usage:
NoLogo
Field type: bool
|
|
Full Usage:
NoRestore
Field type: bool
|
|
Full Usage:
Output
Field type: string option
|
|
Full Usage:
ResultsDirectory
Field type: string option
|
The directory where the test results are going to be placed. The specified directory will be created
if it does not exist. (
|
Full Usage:
RunSettingsArguments
Field type: string option
|
Arguments to pass run settings configurations through commandline. Arguments may be specified as
name-value pair of the form
|
Full Usage:
Settings
Field type: string option
|
|
Full Usage:
TestAdapterPath
Field type: string option
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
Static members
Static member | Description |
|
|