/TestCaseFilter:Run tests that match the given expression. is of the format Operator [| ] where Operator is one of =, != or ~ (Operator ~ has 'contains' semantics and is applicable for string properties like DisplayName). Parenthesis () can be used to group sub-expressions. Examples: /TestCaseFilter:"Priority=1" /TestCaseFilter:"(FullyQualifiedName~Nightly |Name=MyTestMethod)"
/target: Build these targets in this project. Use a semicolon or a comma to separate multiple targets, or specify each target ...
/TARGETCLR[:vn.n.nnnnn Specifies which CLR version to profile in the target application. Version strings should be formatted ...
/teamproject:[team project name The name of the team project to which the build belongs. Specify this when publishing test ...
/TestAdapterPath This makes vstest.console.exe process use custom test adapters from a given path (if any) in the test run. ...
/TestCaseFilter: Run tests that match the given expression. is of the format Operator | where Operator is one of =, != or ...
/TestCaseFilter: Run tests that match the given expression. is of the format Operator | where Operator is one of =, != or ...
/testconfigid:[config id The id (a positive integer) of the pre-existing test management configuration to associate with ...
/testconfigname:[config name The name of the pre-existing test management configuration to associate with the published run. ...
/testcontainer:[file name Load a file that contains tests. You can Specify this option more than once to load multiple test ...