Teamcity MSTest 10.0 no suitable build agents

I'm just trying to execute the MSTest project after my build, but for some reason I have unsatisfied requirements that contain the state system.MSTest.10.0 for my project.

All I did was add the build step, the selected Runner MSTest type, the selected% system.MSTest.10.0% for my path to MSTest, which said it should be detected automatically, and then added a link to my test project library.

What steps am I missing? Should I copy over the MSTest executable to a directory? The TeamCity installation documents do not mention other steps that must be taken to work properly.

+3
source share
3 answers

!

, stackoverflow: mstest.exe Visual Studio?

"" 2013 , . "-" , .

+3

TeamCity MSTest ( ) , VS.NET MSTest.exe.

, TeamCity :

MSTest ( ; Microsoft Visual Studio, )

+2

mstest is installed only with a visual studio, as already mentioned. This is not related to the team. Does the agent have a VS machine installed? If you want to use this runner for a testing platform, you need to have it. So the agent says he is not there. If this is a problem, use the nunit with which the teamcity team comes bundled with.

0
source

Source: https://habr.com/ru/post/1793136/


All Articles