MSTest Step
Deprecated
Deprecated, was previously used to set up a build step for running MSTest tests.
Replace with
DotnetVsTestStep
Deprecated, was previously used to set up a build step for running MSTest tests. Use the .NET VSTest runner instead. See this link for more information on migrating to the .NET VSTest runner.
See also
Types
Properties
Optional collection of build step execution conditions
Newline-separated list of assemblies to be excluded from test run. Wildcards are supported.
Build step execution mode
Newline-separated list of assemblies to be included in test run. Wildcards are supported.
Newline-separated list of testlist names from metadata to run. Every line will be translated into the /testlist: argument.
A path to test engine. TeamCity detects test engine installation on the agent, to run the detected engine use the following paths:
A value for the /resultsfile: command line argument
When set to true, TeamCity will run the test only if a unique match is found for any specified test name in the testsToRun property
A path to run settings configuration file
Newline-separated list of individual tests to run. Each test nae will be translated into the /test: argument.
Functions
Deletes all configured build step conditions
Configures build step conditions
Copies parameters of this object to the specified target
Validates this object and reports found errors to the provided consumer