App-Tapper-prove
view release on metacpan or search on metacpan
#! /usr/bin/perl
# PODNAME: tprove
# ABSTRACT: Tapper - alternative 'prove' which uploads results to a Tapper server
# -----------------------------------------------------------
# Keep this a single file with no external libs and only core
# dependencies, so we can use that script in any restricted
# environment. Similar spirit as bash-test-utils.
# -----------------------------------------------------------
use strict;
use warnings;
}
__END__
=pod
=encoding utf-8
=head1 NAME
tprove - Tapper - alternative 'prove' which uploads results to a Tapper server
=head1 SYNOPSIS
$ prove -vl t/ # normal prove until satisfied
$ tprove -vl t/ # nearly the same, just a little "t" in front
=head1 ABOUT
This is a drop-in replacement for C<prove> to run TAP-based test suites.
It executes the normal C<prove> but injects additional parameters to
generate C<prove>'s results into a so called I<TAP-Archive>, then
injects some meta information into this archive, and finally uploads
the generated archive to your personal B<Tapper> instance, based on
the environment variable C<TAPPER_REPORT_SERVER> (and optionally
C<TAPPER_REPORT_PORT>).
Learn more about Tapper on L<tapper-testing.org|http://tapper-testing.org>.
=head1 AUTHOR
Steffen Schwigon <ss5@renormalist.net>
( run in 2.404 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )