似乎运行nunit的语法在nunit 2和3之间发生了变化。我想将现有的CruiseControl.Net配置移动到使用NUnit 3,但我无法弄清楚如何修改现有目标(见下文)使用nunit3。有文件吗?谢谢你的帮助。
<nunit>
<environment>
<variable name="TEST_FILES_DIRECTORY" value="C:\TestPlans\TestFiles" />
</environment>
<path>C:\nunit3\Compiled\nunit3-console.exe</path>
<assemblies>
<assembly>C:\source\TestRunner\bin\Debug\Tests.dll</assembly>
</assemblies>
<includedCategories>
<includedCategory>Data</includedCategory>
</includedCategories>
<timeout>72000</timeout>
</nunit>