NAME
App::Duppy - a wrapper around casperjs to pass test configurations as json files
VERSION
version 0.02
SYNOPSIS
# will launch casperjs with the options mentionned in the file. See in
# the fixture directory for an example
duppy --test mytestplan.json --test myothertestplan.json
DESCRIPTION
The original idea came from a discussion I had with Nicolas Perriault. I was searching a way to organise my casperjs tests, and he came out with this suggestion.
So I decided to write a little wrapper around casperjs that would be able to launch tests using the format he suggested.
See https://github.com/n1k0/casperjs/issues/745 for more information about it.
AUTHORS
Emmanuel "BHS_error" Peroumalnaik
Fabrice "pokki" Gabolde
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by E. Peroumalnaik.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.