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

NAME

HTTP::WebTest::Plugin::HarnessReport - Test::Harness compatible reports

SYNOPSIS

    plugins = ::HarnessReport
    default_report = no

DESCRIPTION

This plugin creates Test::Harness compatible test reports. This plugin is not loaded by default by HTTP::WebTest. To load it use global test parameter plugins.

Unless you want to get mix of outputs from default and this report plugins default report plugin should disabled. See parameter default_report (value no).

Test parameters plugins and default_report are documented in HTTP::WebTest.

TEST PARAMETERS

None.

COPYRIGHT

Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.

This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::ReportPlugin

HTTP::WebTest::Plugins