We managed to get Jenkins to parse our XML output from our tests correctly, and also include error information when it is. Therefore, you can see directly in TestCase in Jenkins the error that occurred.
We would like Jenkins to keep log output, which is basically the console output associated with each case. This will allow everyone to see the actual console output of each test case, failed or not.
I have not seen a way to do this.
* EDIT *
Clarification. I want to see the actual test result directly in the Jenkins interface in the same way as with the error, but for all the output. I don’t want Jenkins to save the file as an artifact.
* END OF EDITING *
Can anyone help us with this?
source
share