inspec/test/unit/mock/reporters/junit_output
Piotr Gospodarek 41c3dfccfe Add target attribute to test results for JUnit reporter. (#2839)
Signed-off-by: Piotr Gospodarek <pgospodarek@outlook.com>
2018-04-12 09:59:34 -04:00

11 lines
710 B
XML

<?xml version='1.0'?>
<testsuites>
<testsuite name='long_commands' tests='4' failed='1'>
<testcase name='File /tmp should be directory' classname='long_commands.Anonymous' target='local://' time='0.002058'/>
<testcase name='File /tmp should be directory' classname='long_commands.tmp-1.0' target='local://' time='0.000102'/>
<testcase name='gem package rubocop should be installed' classname='long_commands.Anonymous' target='local://' time='0.000168'>
<failure message='rubocop is not installed'/>
</testcase>
<testcase name='Command whoami stdout should eq &quot;jquick\n&quot;' classname='long_commands.Anonymous' target='local://' time='0.034938'/>
</testsuite>
</testsuites>