The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::OnlySome::RerunFailed - Load Test::OnlySome, and skip tests based on a file on disk

INSTALLATION

See Test::OnlySome, with which this module is distributed.

SYNOPSIS

    use Test::OnlySome::RerunFailed;

This will load Test::OnlySome and configure it to skip any test marked as a clean pass by the last run of App::Prove::Plugin::Test::OnlySomeP.

OPTIONS

The use line can list the following options:

filename => 'some filename'

Specify the file from which to read test results. The default is .onlysome.yml.

verbose => 1

If specified, print debugging information.