JUnit report

SeqZap’s JUnit report is fully compatible with Jenkins’s “Public JUnit test reports” action, all that is needed is to add it to the Post Build steps of a Jenkins job and specify the path to the generated JUnit report file.

Adding this report to a Jenkins job allows Jenkins to determine how many test cases passed and failed, and which. Jenkins will also provide a stack-trace of the failed test cases.