The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Webrobot::HarnessTester - make *.t executables from *.xml testplans and run the plans

SYNOPSIS

use WWW::Webrobot::HarnessTester; WWW::Webrobot::HarnessTester::run(argv => \@ARGV, tests => \@tests);

DESCRIPTION

Make *.t executables from *.xml testplans and run the plans.

Runs tests for the abas-eB shop. The config file is bin/webtest.prop, change it for your needs.

METHODS

exit WWW::Webrobot::HarnessTester::run(%parm);
 - 'argv': checks commandline parameters
 - 'test' is a ref to a list of .xml testplan names

Creates *.t files to be run by Test::Harness. The source for a *.t file is a *.xml file.