About Jenkins JUnit XML Format

ijordan

New Member
I'm working on a script that generates test results in JUnit XML format that Jenkins accepts.I read through some answers in StackOverFlow about this topic: JUnit XML Format Specification that Hudson supportsand Spec. for JUnit XML Output but none of these talks about the detail of the "testsuites" attributes or options.I want to show the total number of "testcase", total number of failed "testcase" and total number of skipped "testcase" from all the "testsuite" under the "testsuites".ie \[code\]<testsuites *something to add here to include the info demanded*>...</testsuites>\[/code\]Is there a way to achieve that?Any help will be greatly appreciated!
 
Back
Top