开发者

How can I run all NUnit Tests in Team City?

开发者 https://www.devze.com 2023-02-25 18:23 出处:网络
We are using TeamCity 6.0 to 开发者_如何学Gobuild 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 project

We are using TeamCity 6.0 to 开发者_如何学Gobuild 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)

How can I run all NUnit Tests in Team City?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消