Versions Compared

Key

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

...

When specifying containers/assemblies, you can optionally supply a comma separated list of tests (ie. test methods) which you only want to test. [/testcontainer]


Test metadata

Metadata File

The name of the metadata test file. [/testmetadata]

Test Lists

When specifying a metadata test file, you can optionally supply a comma separated list of tests (ie. test methods) and/or a comma separated list of test lists. [/testlist]


Tests

The names of tests you want to test. Comma separated. [/test]

Test Categories

The names of the test categories you wish to test.
This field supports MSTest category filter syntax. Please see Microsoft MSTest documentation for further usage information. [/category]

Configuration File

This field is optional. If you supply this option it will be used over the default one. [/runconfig]

Results File

This file is also optional. If you don't supply one, the test output location will be up to the MSTest executable. [/resultsfile]

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the MSTest action. The pattern for this action is ^MSTest.*

...