<?xml version='1.0' encoding='UTF-8'?>
<testsuite errors="0" failures="0" hostname="e70e917d5eb2" name="hello.showing off behave" skipped="0" tests="1" time="0.000369" timestamp="2021-03-01T03:51:29.347604"><testcase classname="hello.showing off behave" name="run a simple test" status="passed" time="0.000369"><system-out>
<![CDATA[
@scenario.begin

  @foo
  Scenario: run a simple test
    Given we have behave installed ... passed in 0.000s
    When we implement a test ... passed in 0.000s
    Then behave will test it for us! ... passed in 0.000s

@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase></testsuite>