Problem Publishing NUnit Testing Result Reports with Hudson

梦想的初衷 提交于 2019-12-04 13:56:53

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/4967048/problem-publishing-nunit-testing-result-reports-with-hudson

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!