NAME
HTTP::WebTest::Plugin::DefaultReport - Default test report plugin.
SYNOPSIS
Not Applicable
DESCRIPTION
This plugin is default test report plugin. Builds simple plain text report.
TEST PARAMETERS
default_report
GLOBAL PARAMETER
This parameter defines if default report plugin should be used for test report creation. Value yes
means that default report plugin should be used, value no
means that it should not. It can be useful if it is desired to use another non-default report for creation of test report. It can be used to disable any output at all also (i.e. if this parameter has value no
and no other report plugins are loaded).
Allowed values
yes
, no
Default value
yes
test_name
Name associated with this url in the test report and error messages.
show_headers
Include request and response headers in the test report.
Allowed values
yes
, no
Default value
no
show_html
Include content of HTTP response in the test report.
Allowed values
yes
, no
Default value
no
show_cookies
Option to display any cookies sent or received.
Allowed values
yes
, no
Default value
no
terse
Option to display shorter test report.
summary
Only a one-line summary for each URL
failed_only
Only tests that failed and the summary
no
Show all tests and the summary
Default value
no
COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
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
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 107:
You forgot a '=back' before '=head3'
- Around line 111:
=back without =over