
Plack::test::externalserver allows you 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.