문제

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