Problem Publishing NUnit Testing Result Reports wi

2019-03-21 15:55发布

I am facing a problem with Hudson and NUnit testing. When trying to publish the Test Result Report for NUnit, the option in Hudson, i.e., "Publish NUnit Test Result Reports", is creating a problem. I am unable to provide the Path of the already-created XML file under the workspace folder of the Job. When I set the path of my file, i.e., "nunit-result.xml" and run the job, it throws an error:

"No test report files were found. Configuration error?"

Can anyone please help me out? Thanks in advance.

标签: nunit hudson
1条回答
唯我独甜
2楼-- · 2019-03-21 16:44

Check the the beginning of the log where the clone is made. Sometimes when you have the "Enable concurrent builds" option it triggers another build in a different workspace called your-project-name@2/source and that's why it can't find the reports

查看更多
登录 后发表回答