开发者

How to run MsTest tests on Hudson-CI?

The MsTest plugin for Hudson-CI just parses reports for tests that were already run somewhere else. To generate those reports I think I have to alter the MsBuild scripts t开发者_高级运维o force the tests to run after the build. I have found some articles about how to do that, but both of them don't tell me where to include such tags. I know that every .csproj file is a MsBuild script, but they refer to a specific project within the solution. Is there any global MsBuild script where I could include those tags?


You will need to run the tests after the build is complete in your Hudson job, as you mentioned. You can run the tests from the command-line by adding a "Execute Windows batch command" step after the build step in your Hudson job. Refer to this article for more information on running the tests from the command-line.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜