我的快速构建有三个步骤:
你能帮忙做第二步吗?也就是说,通过从nunit测试用例生成快速构建来自动生成.xml。
发布于 2013-09-17 12:56:37
请像这样使用NUnit控制台运行程序:
nunit-console /result:console-test.xml nunit.tests.dll
有关跑步者的更多信息可以在这里找到:http://www.nunit.org/index.php?p=consoleCommandLine&r=2.6.2
https://stackoverflow.com/questions/18827518
复制相似问题