![]() |
![]()
| ![]() |
![]()
NAMEPlack::Test::ExternalServer - Run HTTP tests on external live servers VERSIONversion 0.02 SYNOPSIS$ PLACK_TEST_IMPL=Plack::Test::ExternalServer \ PLACK_TEST_EXTERNALSERVER_URI=http://myhost.example/myapp/ \ perl my_plack_test.t DESCRIPTIONThis module allows your to run your Plack::Test tests against an external server instead of just against a local application through either mocked HTTP or a locally spawned server. See Plack::Test on how to write tests that can use this module. ENVIRONMENT VARIABLES
SEE ALSOPlack::Test Plack::Test::Server Plack::Test::MockHTTP AUTHORFlorian Ragwitz <rafl@debian.org> CONTRIBUTORKaren Etheridge <ether@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|