TAP::Runner

Run tests more flexible
Download

TAP::Runner Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pavel Zhitomirsky
  • Publisher web site:
  • http://search.cpan.org/~rev/

TAP::Runner Tags


TAP::Runner Description

TAP::Runner is a Perl module that allows to run tests more flexible. Allows to use TAP::Harness, not just for unit tests.SYNOPSIS #!/usr/bin/perl use strict; use warnings; use TAP::Runner; use TAP::Formatter::HTML; TAP::Runner->new( { # harness_class => 'TAP::Harness::JUnit', # harness_formatter => TAP::Formatter::HTML->new, harness_args => { rules => { par => , }, jobs => 4, }, tests => , options => , multiple => 0, }, { name => '--browser', values => , multiple => 1, }, ], }, { file => 't/examples/test.t', alias => 'Test alias 2', args => , }, { file => 't/examples/test.t', alias => 'Test alias 22', args => , }, ], } )->run;Product's homepage


TAP::Runner Related Software