HTTP-WebTest-2.04 > HTTP::WebTest::Plugin::DefaultReport
HTTP-WebTest-2.04

名前

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

HTTP::WebTest::Plugin::DefaultReport - デフォルトのテストレポートプラグイン

概要

Not Applicable

なし.

説明

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

このプラグインはデフォルトのテストレポートプラグインです. これは簡単なテキストレポートを生成します.

テストパラメータ

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).

このパラメータではデフォルトレポートプラグインを使ってテストレポートを 生成するかどうかを制御します. 値 yes はデフォルトレポートプラグイン の使用を意味します. 値 no のと気は使用しません. これによってなにも出力しないようにもできます (すなわちこのパラメータを値 no にして他のレポートプラグインをロード しなかったとき).

使用可能な値

yes, no

デフォルト値

yes

test_name

Name associated with this URL in the test report and error messages.

URL に関連づけられた名前. テストレポートやエラーメッセ時で使われます.

show_headers

Include request and response headers in the test report.

テストレポートのリクエストヘッダ及びレスポンスヘッダを含めるかを 設定します.

使用可能な値

yes, no

デフォルト値

no

show_html

Include content of HTTP response in the test report.

テストレポートに HTTP レスポンスを含めるかを設定します.

使用可能な値

yes, no

デフォルト値

no

show_cookies

Option to display any cookies sent or received.

送受信したクッキーを表示するかを設定します.

使用可能な値

yes, no

デフォルト値

no

terse

Option to display shorter test report.

短いテストレポートを表示するかを設定します.

  • summary

    (summary (要約))

    Only a one-line summary for each URL

    各 URL の1行要約のみ

  • failed_only

    Only tests that failed and the summary

    失敗したテストと要約のみ

  • no

    Show all tests and the summary

    全てのテストと要約を表示

    Default value

    デフォルト値

    no

コピーライト

Copyright (c) 2000-2001 Richard Anderson. All rights reserved.

Copyright (c) 2001-2003 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.

このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins