HTTP::WebTest::Plugin::Delay - Pause before running test


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

Index


NAME

Top

HTTP::WebTest::Plugin::Delay - Pause before running test

SYNOPSIS

Top

    plugins = ( ::Delay )

    test_name = Name
        delay = 10
        ....
    end_test

DESCRIPTION

Top

This plugin module lets you specify pauses before running specific tests in the test sequence.

TEST PARAMETERS

Top

delay

Duration of pause (in seconds) before running test.

Allowed values

Any number greater that zero.

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.