inspec/test/unit/mock/reporters/junit_output
Samuel Boucher 27995f37e8 Update junit reporter to add failures attribute (#3086)
Signed-off-by: Samuel Boucher <boucher.samuel.c@gmail.com>
2018-06-06 12:14:24 -04:00

11 lines
723 B
XML

<?xml version='1.0'?>
<testsuites>
<testsuite name='long_commands' tests='4' failed='1' failures='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>