1Plack::Test::ExternalSeUrsveerr(C3o)ntributed Perl DocumPelnatcakt:i:oTnest::ExternalServer(3)
2
3
4

NAME

6       Plack::Test::ExternalServer - Run HTTP tests on external live servers
7

VERSION

9       version 0.01
10

SYNOPSIS

12           $ PLACK_TEST_IMPL=Plack::Test::ExternalServer \
13             PLACK_TEST_EXTERNALSERVER_URI=http://myhost.example/myapp/ \
14             perl my_plack_test.t
15

DESCRIPTION

17       This module allows your to run your Plack::Test tests against an
18       external server instead of just against a local application through
19       either mocked HTTP or a locally spawned server.
20
21       See Plack::Test on how to write tests that can use this module.
22

ENVIRONMENT VARIABLES

24       PLACK_TEST_EXTERNALSERVER_URI
25           The value of this variable will be used as the base uri for
26           requests to the external server.
27

SEE ALSO

29       Plack::Test
30
31       Plack::Test::Server
32
33       Plack::Test::MockHTTP
34

AUTHOR

36         Florian Ragwitz <rafl@debian.org>
37
39       This software is copyright (c) 2010 by Florian Ragwitz.
40
41       This is free software; you can redistribute it and/or modify it under
42       the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.12.3                      2010-01-15    Plack::Test::ExternalServer(3)
Impressum