, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.
SYNOPSIS
use TAP::Harness::JUnit;
my $harness = TAP::Harness::JUnit->new({
xmlfile => 'output.xml',
...
});
$harness->runtests(@tests);
Requirements:
· Perl