Last Updated: February 25, 2016
·
768
· jeffa

Produce JUnit From Perl Unit Tests

Install TAP::Formatter::JUnit from the CPAN and use the --formatter option from prove:

prove --formatter TAP::Formatter::JUnit --timer -lmr t/

See TAP::Formatter::JUnit for more info and command line usage tips.