NAME
App::Prove::Plugin::HTML - a prove plugin for HTML output
SYNOPSIS
# this is currently in alpha, cmdline params may change!
% prove -PHTML=output.html -m -Q --formatter=TAP::Formatter::HTML
DESCRIPTION
This is a quick & dirty first attempt at making TAP::Formatter::HTML a bit easier to use. It will likely change.
My original goal was to be able to specify all the args on the cmdline, ala:
% prove --html=output.html
And have this map onto:
% prove -PHTML=output.html -m --formatter=TAP::Formatter::HTML
Though this is currently not possible with the way the App::Prove plugin system works.
BUGS
Please use http://rt.cpan.org to report any issues.
AUTHOR
Steve Purkis <spurkis@cpan.org>
COPYRIGHT
Copyright (c) 2008-9 Steve Purkis <spurkis@cpan.org>, S Purkis Consulting Ltd. All rights reserved.
This module is released under the same terms as Perl itself.