no numbers let jenkins figure it out
jenkinsfiles_play/scripted_branch There was a failure building this commit
Details
jenkinsfiles_play/scripted_branch There was a failure building this commit
Details
parent
227539917a
commit
a0cf1c46b6
@ -1,21 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites failures="1" name="The testsuite collection" tests="6" time="">
|
||||
<testsuites name="The testsuite collection">
|
||||
|
||||
<testsuite failures="2" name="A testsuite" tests="4">
|
||||
<testsuite name="A testsuite">
|
||||
<testcase name="a testcase"/>
|
||||
<testcase name="b testcase"/>
|
||||
<testcase name="c testcase">
|
||||
<failure type="jujj" message="i wnt baad"/>
|
||||
<failure message="i went baad"/>
|
||||
</testcase>
|
||||
<testcase name="d testcase">
|
||||
<failure type="jaaaj" message="i wntreally baad"/>
|
||||
<failure message="i went really baad"/>
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
<testsuite failures="0" name="B testsuite" tests="2">
|
||||
<testsuite name="B testsuite">
|
||||
<testcase name="e testcase"/>
|
||||
<testcase name="f testcase"/>
|
||||
<testcase name="f testcase">
|
||||
<skipped/>
|
||||
</testcase>
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
||||
|
Loading…
Reference in new issue