|
始める前に
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:
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).Configuring Tasks
Editing a Job
Configuring a Test Task