scripted junit
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
e2f4794691
commit
227539917a
@ -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>
|
Loading…
Reference in new issue