0

I want to to run NUnit summary.exe after successful completion of a NUnit Tests assembly. I am calling NUnit from a batch file and then I want to call NUnit summary. How to do this?

4

1 回答 1

1

只需在批处理文件中调用 nunit.console.exe 后添加 nunit summary.exe。如果您想要更多的控制权,您应该检查 Powershell,这将更容易在测试运行后检查 results.xml 文件是否存在。

于 2009-08-12T20:36:52.427 回答