I have a C# project that I have used OpenCover and Gallio to run the MbUnit UnitTests from Nant script. I'm trying to set this up in Bamboo. I see Bamboo has NUnit runner, but doesn't seem to have anything for MbUnit.

Any idea how one would run the MbUnit UnitTests from Bamboo ?

没有正确的解决方案

其他提示

Most CI systems have the ability to execute generic tasks (for this type of scenario)

A quick peruse of the site shows that the Console (Builder) Task would be the one; or you could also get it working in a nant script and then use that.

You would then use OpenCover to run NUnit or MbUnit runners as required.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top