How can I run all NUnit Tests in Team City?

≯℡__Kan透↙ 提交于 2019-12-04 15:27:50

问题


We are using TeamCity 6.0 to build VS C# solutions each commit.
Once the build is complete, a different test TC project runs. So that developers can add/remove/edit VS unit test projects, how can I make TeamCity use the the sln file or search for test dll's?
I don't want to have to edit the build each time a new test project is added to the VS solution.

Run tests from: **\*Test*.dll Doesn't appear to work, it only get s the first Test (which is currently failing)


回答1:


Fixed :) - RTFL (Read the log!)
Run tests from: **\bin\debug\*Test*.dll



来源:https://stackoverflow.com/questions/5646598/how-can-i-run-all-nunit-tests-in-team-city

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!