NAME
HTTP::WebTest::Plugin::HarnessReport - Test::Harness compatible reports
SYNOPSIS
plugins = ( ::HarnessReport )
default_report = no
DESCRIPTION
This plugin creates reports that are compatible with Test::Harness. By default, this plugin is not loaded by HTTP::WebTest. To load it, use the global test parameter plugins
.
Unless you want to get mix of outputs from the default report and this report, the default report plugin should be 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 program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.