Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 C# 项目,我使用 OpenCover 和 Gallio 从 Nant 脚本运行 MbUnit UnitTests。我正在尝试在 Bamboo 中进行设置。我看到 Bamboo 有 NUnit 跑步者,但似乎没有任何适用于 MbUnit 的东西。
知道如何从 Bamboo 运行 MbUnit UnitTests 吗?
大多数 CI 系统都有执行通用任务的能力(对于这种类型的场景)
对该站点的快速浏览表明,控制台(构建器)任务就是其中之一;或者你也可以让它在一个 nant 脚本中工作,然后使用它。
然后,您将根据需要使用 OpenCover 运行 NUnit 或 MbUnit 运行器。