All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
This page describes how to configure a MSTest Runner executable for a Task. The MSTest Runner executable runs and parses tests for .Net builds.
When creating a new Job or configuring an existing one, you need to specify the Tasks that will execute the Job's builds. You must specify an executable for each Task. If you specify an Ant, Grails or Maven executable, you will also need to choose a JDK.
When creating a new Plan, you can configure the Tasks for the Plan's default Job.
An executable is a program external to Bamboo used to automate processes. Generally, executables compile source code to generate compiled executable files (referred to as artifacts in Bamboo). Ant, Maven, MSBuild or PHPUnit are just some examples of executables that can be used as part of your build process.New executables can be defined as capabilities in Bamboo. Once an executable has been defined in Bamboo, it can be configured as part of a Task.
On this page:
Before you begin:
To configure a MSTest Runner executable for a Task:
Specifically for MSTest, we recommend the executable to be defined with the Visual Studio IDE folder path. Example:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\
This will allow Bamboo to find the necessary resources.
tests.dll. The value of this field is passed to the MSTest.exe as the /testcontainer parameter. See MSTest.exe Command-Line Options (MSDN).testResults.trx. The value of this field is passed to the MSTest.exe as the /resultsfile parameter. See MSTest.exe Command-Line Options (MSDN).localtestrun.Testrunconfig. The value of this field is passed to the MSTest.exe as the /runconfig parameter. See MSTest.exe Command-Line Options (MSDN).