1Plack::Test::ExternalSeUrsveerr(C3o)ntributed Perl DocumPelnatcakt:i:oTnest::ExternalServer(3)
2
3
4
6 Plack::Test::ExternalServer - Run HTTP tests on external live servers
7
9 version 0.02
10
12 $ PLACK_TEST_IMPL=Plack::Test::ExternalServer \
13 PLACK_TEST_EXTERNALSERVER_URI=http://myhost.example/myapp/ \
14 perl my_plack_test.t
15
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
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
29 Plack::Test
30
31 Plack::Test::Server
32
33 Plack::Test::MockHTTP
34
36 Florian Ragwitz <rafl@debian.org>
37
39 Karen Etheridge <ether@cpan.org>
40
42 This software is copyright (c) 2010 by Florian Ragwitz.
43
44 This is free software; you can redistribute it and/or modify it under
45 the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.36.0 2023-01-20 Plack::Test::ExternalServer(3)