我已经创建了NUnit Runner任务,但它始终处于失败状态。 作为可执行文件,我使用的是nunit3-console.exe
我在.net 4.6.1测试项目中的测试使用NUnit3 这是作业的配置方式: nunit job configuration
计划运行后,我遇到了错误:
Could not find test result reports in the C:\Users\dw\bamboo-home\xml- data\build-dir\DWT-BW-JOB1 directory.
Invalid argument: -xml=BW\14\TestResult.xml
我发现这是因为Bamboo上的NUnit运行程序任务旨在与NUnit2一起使用。 " -xml" NUnit3控制台运行器不支持该参数。
我发现有人找到了解决方案,但它对我不起作用:http://vijayshinva.github.io/devops/bamboo/nunit/tdd/ci/2016/02/25/configure-atlassian-bamboo-nunit-runner-to-execute-nunit-3-tests.html
就我而言,我还有另一个错误:
Could not find test result reports in the C:\Users\dw\bamboo-home\xml- data\build-dir\DWT-BW-JOB1 directory.
'nunit3-console.exe' is not recognized as an internal or external command, operable program or batch file.
请帮助解决此问题。谢谢