TFS 2013使用xUnit和MsTest构建

时间:2016-02-11 16:04:27

标签: build-process mstest tfs2013 xunit

使用(tfvcTemplate.12.xaml)的TFS 2013是否支持多个测试运行器?我们的解决方案中有两个单元测试项目(MsTests和XUnit)。我希望构建运行xUnit测试以及MsTests。

项目:

  • MySolution.UnitTests(mstests)
  • MySolution.UnitTests.xUnit(xunit tests)

我在构建服务器上安装了VS2013。

看起来MsTests运行正常,但不是xUnit。结果显示只有MsTests而没有xUnit测试。 enter image description here

我如何指定xUnit也被执行?

enter image description here

1 个答案:

答案 0 :(得分:1)

您只需要将xUnit runner Nuget包添加到xUnit项目中。我认为这是正确的方案:

https://www.nuget.org/packages/xunit.runner.visualstudio/2.1.0