The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

webrobot - run a testplan

SYNOPSIS

 webrobot --cfg example/cfg.prop --testplan example/testplan.xml

DESCRIPTION

This command runs a testplan. It takes two parameters, both are mandatory:

--help

Display this help.

--version

Print the version number. It is taken from WWW::Webrobot.pm

--cfg config_filename

This is the configuration file, see WWW::Webrobot::pod::Config. This parameter is optional and will do a standard test output if missing.

--testplan testplan_filename

This is the testplan to run, see WWW::Webrobot::pod::Testplan.

--define property=value

Define some property/value pairs. This overwrites properties defined in the config file.

Change example/testplan.xml to your needs. It is just an example and won't run successfully because it is taken from an intranet environment!

SEE ALSO

webrobot-load