NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
regarding JUnit XML (Score:1)
http://jmason.org/software/scripts/tap-to-junit-xml.txt [jmason.org]
head1 NAME
tap-to-junit-xml - convert perl-style TAP test output to JUnit-style XML
=head1 SYNOPSIS
tap-to-junit-xml "test suite name" [ outputprefix ] ) format, and produce XML output in a similar format to that produced by the ant task. This is useful for consumption by continuous-integration systems like Hudson (C).
thanks f
Re:regarding JUnit XML (Score:1)
here's the missing text:
=head1 SYNOPSIS
tap-to-junit-xml "test suite name" [ outputprefix ] < tap_output.log
=head1 DESCRIPTION
Parse test suite output in TAP (Test Anything Protocol, http://testanything.org/ [testanything.org] ) format, and produce XML output in a similar format to that produced by the junit ant task. This is useful for consumption by continuous-integration systems like Hudson ( https://hudson.dev.java.net/ [java.net] ).
Reply to This
Parent