github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/junit/two_scenarios_with_background_fail (about) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <testsuites name="junit" tests="2" skipped="0" failures="2" errors="0" time="0"> 3 <testsuite name="two scenarios with background fail" tests="2" skipped="0" failures="2" errors="0" time="0"> 4 <testcase name="one" status="failed" time="0"> 5 <failure message="Step failing step: step failed"></failure> 6 <error message="Step passing step" type="skipped"></error> 7 <error message="Step passing step" type="skipped"></error> 8 </testcase> 9 <testcase name="two" status="failed" time="0"> 10 <failure message="Step failing step: step failed"></failure> 11 <error message="Step passing step" type="skipped"></error> 12 </testcase> 13 </testsuite> 14 </testsuites>