I have added a test project which uses nunit for unit testing. Unit tests pass, but the build fails, because Jenkins is not able to create xml report:
Recording NUnit tests results FATAL: No NUnit test report files were found. Configuration error? Build step 'Publish NUnit test result report' marked build as failure Finished: FAILURE
Why is it trying to find files? Shouldn't it just create new or overwrite existing reports? I mean there are no reports generated before that, since it was a first build.