Nupur
Nupur

Reputation: 43

Problem Publishing NUnit Testing Result Reports with Hudson

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.

Upvotes: 3

Views: 3553

Answers (1)

joe
joe

Reputation: 363

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

Upvotes: 2

Related Questions