使用特定的Traitname运行XUnit测试

时间:2016-02-16 16:24:25

标签: xunit.net

是否可以使用特定的traitname从一个dll运行所有测试,忽略特征值?

在我的例子中,我有gui和非gui测试,gui测试提供不同的网站,我与jenkins一起运行。

[Trait("GUI","MainPage")], [Trait("GUI","SecondPage")], [Trait("GUI","ThirdPage")]

现在我想用“GUI”作为特征名运行所有测试,忽略值

xunit.console.x86.exe %MainDirectory%\Output\Release\Test_DMGuiTest.dll -trait "GUI=*"

0 个答案:

没有答案