trying junit
jenkinsfiles_play/declarative_branch There was a failure building this commit
Details
jenkinsfiles_play/declarative_branch There was a failure building this commit
Details
parent
f02a064408
commit
d3aeeeee1c
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites failures="1" name="The testsuite collection" tests="6" time="">
|
||||
|
||||
<testsuite failures="2" name="A testsuite" tests="4">
|
||||
<testcase name="a testcase"/>
|
||||
<testcase name="b testcase"/>
|
||||
<testcase name="c testcase">
|
||||
<failure type="jujj" message="i wnt baad"/>
|
||||
</testcase>
|
||||
<testcase name="d testcase">
|
||||
<failure type="jaaaj" message="i wntreally baad"/>
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
<testsuite failures="0" name="B testsuite" tests="2">
|
||||
<testcase name="e testcase"/>
|
||||
<testcase name="f testcase"/>
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites disabled="" errors="" failures="" name="" tests="" time="">
|
||||
<testsuite disabled="" errors="" failures="" hostname="" id="" name="" package="" skipped="" tests="" time="" timestamp="">
|
||||
<properties>
|
||||
<property name="" value=""/>
|
||||
</properties>
|
||||
<testcase assertions="" classname="" name="" status="" time="">
|
||||
<skipped/>
|
||||
<error message="" type=""/>
|
||||
<failure message="" type=""/>
|
||||
<system-out/>
|
||||
<system-err/>
|
||||
</testcase>
|
||||
<system-out/>
|
||||
<system-err/>
|
||||
</testsuite>
|
||||
</testsuites>
|
Loading…
Reference in new issue