Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The path to an optional run settings file. [/Settings]

Tests

An optional list of test names separated with commas. [/Tests]

Test Case Filters

An optional list of test case filter. [/TestCaseFilter]

Expressions are expressions in the format <property>=<value>[|<Expression>]. 

E.g. TestCategory=Nightly|FullyQualifiedName=Namespace.ClassName.MethodName

...

This makes vstest.console.exe process use or skip the VSIX extensions installed (if any) in the test run. [/UseVsixExtensions]

In isolation

Runs the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an error in the tests, but tests might run slower. [/InIsolation]

Enable code coverage 

Enables data diagnostic adapter CodeCoverage in the test run. Default settings are used if not specified using settings file. [/EnableCodeCoverage]

.Net Framework 

The target .NET Framework version to be used for test execution. [/Framework:]

Platform Architecture

The target platform architecture to be used for test execution. [/Platform:]


Options

Fail action if any tests fail

...