NAME

Parrot::Harness::Smoke - Subroutines used by t/harness to generate smoke reports

DESCRIPTION

This package exports on request subroutines used by t/harness to generate smoke reports.

Following subroutines are supported:

generate_html_smoke_report (
    tests       => \@tests,
    args        => $args,
    file        => 'smoke.html',
);

my %env_data = collect_test_environment_data();

send_archive_to_smolder( %env_data );