HTTP::WebTest::Plugin::DefaultReport - Default test report plugin.


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.

Index


NAME

Top

HTTP::WebTest::Plugin::DefaultReport - Default test report plugin.

SYNOPSIS

Top

Not Applicable

DESCRIPTION

Top

This plugin is the default test report plugin. It builds a simple text report.

TEST PARAMETERS

Top

default_report

GLOBAL PARAMETER

This parameter controls whether the default report plugin is used for test report creation. Value yes means that default report plugin will be used, value no means that it will not. It can also be used to disable all output (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

Top

SEE ALSO

Top

HTTP::WebTest

HTTP::WebTest::API (HTTP::WebTest::API)

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins (HTTP::WebTest::Plugins)


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.