I am setting up an Android project from git in Jenkins, I am getting below error :
Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Finished: FAILURE
My project have 59 testcases i want to get the test report execution result to be created when Jenkins job is executed.
I have set up the publish JUnit test result report in the POST Build Actions.