Changes for version 0.26 - 2015-12-04

  • Add support for testing PSGI apps this requires Mojolicious::Plugin::MountPSGI
  • extract_data_section can take a plain string for an exact match of one file.
  • extract_data_section can be called as a class method (this was already the case, but it is documented/supported now)
  • Auto extract lib/* from data section during create_cluster_ok (we may auto extract lib/... and script/... files in the future as necessary)
  • Default to the last service for $cluster->t testing (ie $cluster->t->get_ok('/foo') should work instead of needing $cluster->t->get_ok("$url/foo") for single service clusters) This Feature should be considered experimental

Modules

Add a minimal PlugAuth server to your Mojolicious application.
Pluggable (lite) authentication and authorization server.
Test an imaginary beowulf cluster of Clustericious services
minimum PlugAuth server to test Clustericious apps against