tap2junit
Perl module for converting TAP output to JUnit XML output
Install
- All systems
-
curl cmd.cat/tap2junit.sh
- Debian
-
apt-get install libtap-formatter-junit-perl
- Ubuntu
-
apt-get install libtap-formatter-junit-perl
- Kali Linux
-
apt-get install libtap-formatter-junit-perl
- Fedora
-
dnf install perl-TAP-Formatter-JUnit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtap-formatter-junit-perl
- Raspbian
-
apt-get install libtap-formatter-junit-perl
- Dockerfile
- dockerfile.run/tap2junit
libtap-formatter-junit-perl
Perl module for converting TAP output to JUnit XML output
TAP::Formatter::JUnit provides JUnit XML output formatting for TAP::Harness. It can be used with prove, for example, to format the output of a test suite into a JUnit XML document. It is particularly intended for integrating Perl or TAP test suites into the Hudson and Jenkins continuous integration servers. (Previously, they had a JUnit plugin but no TAP plugin. Nowadays, you could perhaps also use the TAP plugin instead.)