I am using Visual Studio 2017 and am able to build the project using a MSbuild task. When I create a MStest runner task to run the unit tests, I get the error. Loading SelfHostWebapi2.0\ApiProject\b...
Hey I am having some trouble trying to get the build to parse through the .trx file. I can see the file being generated in the \Foundation\Tests\Resource.Data.EntityFramework.Test\bin\Releas...
I am totally new to bamboo. I created a plan and linked it to stash, it build successfully my project. Then in VisualStudio I added a new project to the solution file of type UnitTest and wrote coupl...
I'm attempting to use the MSTest Runner as per this page https://confluence.atlassian.com/display/BAMBOO053/MSTest+Runner I enter the path to the <solutionName>.vsmdi file and this appears to...
I'm attempting to get Bamboo on-demand to run a test using MSTest. It appears to run the test but then fails parsing it afterwards. What could I be doing wrong? Copyright (c) Microsoft Corporat...
Hello, I'm trying to achive the following: Run MSTest with multiple containers and get the test result in Build result. (ex: 11 Tests, 3 failed) The point is the current MSTest task only accept o...
Note, we are able to successully build this Windows Phone 8 Project with Bamboo. However, adding support for unit tests we get the following message: (We are at a loss as to what the problem actual...
We added an MSTest Runner task to our job but it always errors out because it can't find mstest.exe. Here's the error in the log: 20-Dec-2012 07:14:18 Error occurred while running Task '(2)'. This b...
Bamboo 3.2 I am trying to get our Unit Tests to execute through the Bamboo CI. I managed to take one of the dll containing the tests and adding that as a single MSTest Runner Task inside a se...
Copied to clipboard