-
-
03 Jul 2015 17:13:10 UTC
- Distribution: Plack-Test-ExternalServer
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (9358 / 1 / 1)
- Kwalitee
Bus factor: 2- 86.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (22.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- ENVIRONMENT VARIABLES
- SEE ALSO
- AUTHOR
- CONTRIBUTOR
- COPYRIGHT AND LICENSE
NAME
Plack::Test::ExternalServer - Run HTTP tests on external live servers
VERSION
version 0.02
SYNOPSIS
$ PLACK_TEST_IMPL=Plack::Test::ExternalServer \ PLACK_TEST_EXTERNALSERVER_URI=http://myhost.example/myapp/ \ perl my_plack_test.t
DESCRIPTION
This 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
- PLACK_TEST_EXTERNALSERVER_URI
-
The value of this variable will be used as the base uri for requests to the external server.
SEE ALSO
AUTHOR
Florian Ragwitz <rafl@debian.org>
CONTRIBUTOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENSE
This 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.
Module Install Instructions
To install Plack::Test::ExternalServer, copy and paste the appropriate command in to your terminal.
cpanm Plack::Test::ExternalServer
perl -MCPAN -e shell install Plack::Test::ExternalServer
For more information on module installation, please visit the detailed CPAN module installation guide.