The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tprove - Tapper - alternative 'prove' which uploads results to a Tapper server

SYNOPSIS

 $ prove  -vl t/        # normal prove until satisfied
 $ tprove -vl t/        # nearly the same, just a little "t" in front

ABOUT

This is a drop-in replacement for prove to run TAP-based test suites.

It executes the normal prove but injects additional parameters to generate prove's results into a so called TAP-Archive, then injects some meta information into this archive, and finally uploads the generated archive to your personal Tapper instance, based on the environment variable TAPPER_REPORT_SERVER (and optionally TAPPER_REPORT_PORT).

Learn more about Tapper on tapper-testing.org.

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steffen Schwigon.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.