<testsuites name="hspec-junit-format">
<testsuite
name="Some section"
package="Some section"
id="0"
hostname="localhost"
time="0.000032355"
timestamp="2021-05-17T15:36:10.205608409Z"
tests="2" failures="1" errors="0" skipped="0">
<properties/>
<testcase
file="lol/monorepo/tests/Example.hs"
line="19"
name="has a failure"
classname="Some section"
time="0.000015537">
<failure type="error">lol/monorepo/tests/Example.hs:19:7
expected: "False"
but got: "True"
</failure>
</testcase>
<testcase
file="lol/monorepo/tests/Example.hs"
line="16"
name="has an expectation"
classname="Some section"
time="0.000016818"/>
</testsuite>
<testsuite
name="Some section/A grouped context"
package="Some section/A grouped context"
id="1"
time="0.000021009"
timestamp="2021-05-17T15:36:10.205608409Z"
hostname="localhost"
tests="4" failures="1" errors="0" skipped="1">
<properties/>
<testcase
file="lol/monorepo/tests/Example.hs"
line="28"
name="throws a colourful exception"
classname="Some section/A grouped context"
time="0.000012194">
<failure type="error">ColourfulException</failure>
</testcase>
<testcase
file="lol/monorepo/tests/Example.hs"
line="27"
name="gets skipped"
classname="Some section/A grouped context"
time="0.000006765">
<skipped>lol/monorepo/tests/Example.hs:27:9
some reason</skipped>
</testcase>
<testcase
file="lol/monorepo/tests/Example.hs"
line="24"
name="also happens in a group"
classname="Some section/A grouped context"
time="0.000007421"/>
<testcase
file="lol/monorepo/tests/Example.hs"
line="22"
name="happens in a group"
classname="Some section/A grouped context"
time="0.000006823"/>
</testsuite>
</testsuites>