No test report files were found in Hudson with NUnit

主宰稳场 提交于 2019-12-05 00:29:00

After trying in different ways to solve the above problem, I could solve it by placing the TestResult.xml file in the workspace folder for the project in Hudson s jobs folder and giving only TestResult.xml under Publish NUnit test result report instead of giving the absolute path to the xml file.

Hope this may help someone...

I found that using double quotes is not working.

Example:

Test report XMLs = nunit-result.xml (works!) Test report XMLs = "nunit-result.xml" (do NOT work)

There is a SMALL chance that this is your problem...

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