App-Prove-Plugin-Elasticsearch

 view release on metacpan or  search on metacpan

lib/App/Prove/Plugin/Elasticsearch.pm  view on Meta::CPAN

=item B<Env>: use $ENV{TESTSUITE_VERSION} as the value used.  Handy when testing remote systems.

=back

App::Prove::Elasticsearch::Provisioner is built to be subclassed to discern the version used by your application.
For example, App::Prove::Elasticsearch::Provisioner::Default provides the 'Default' versioner.

=head2 PLATFORMER

Given that tests run on various platforms, we need a flexible way to determine that information.
As such, I've provided (you guessed it) yet another pluggable interface, App::Prove::Elasticsearch::Platformer.
Here are the shipped plugins:

=over 4

=item B<Default>: use Sys::Info::OS to determine the operating system environment, and $^V for the interpreter environment.

=item B<Env>: use $ENV{TESTSUITE_PLATFORM} as the environment.  Accepts comma separated variables.

=back



( run in 0.497 second using v1.01-cache-2.11-cpan-748bfb374f4 )