Generating HTML reports from Archives
First unzip the file using
tar xzf tap.tar.gz
Then you can run the following command:
prove --exec 'cat' -Q --formatter=TAP::Formatter::HTML t/ > output.html
This will only work on Unix, maybe on Windows one can replace 'cat' with 'type' but I have not tried it. In any case I hope soon there will a better solution to this.
First unzip the file using tar xzf tap.tar.gz
Then you can run the following command
prove --exec 'cat' -Q --formatter=TAP::Formatter::HTML t/ > output.html