/UseVsixExtensions This makes vstest.console.exe process use or skip the VSIX extensions installed(if any) in the test run. Example /UseVsixExtensions:true
/testlist:[test list path The test list, as specified in the metadata file, to be run. You can specify this option multiple ...
/Tests: Run tests with names that match the provided values. To provide multiple values, separate them by commas. Examples: ...
/toolsversion: The version of the MSBuild Toolset (tasks, targets, etc.) to use during build. This version will override ...
/userrulesdirectory Optional argument to specify the path to search for user-defined rules. Ignored unless /summary:all or ...
/UseVsixExtensions This makes vstest.console.exe process use or skip the VSIX extensions installed(if any) in the test run. ...
/validate Validate the project against the default schema. (Short form: /val) /validate: Validate the project against the ...
/verbosity: Display this amount of information in the event log. The available verbosity levels are: q[uiet], m[inimal], ...
/WAITSTART[:n Waits for the data collection logger to initialize. If n is specified, VSPerfCmd will wait at most n seconds. ...
/WINCOUNTER:path Specifies a Windows performance counter to include with mark data. path is a Windows Performance counter ...