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

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

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.

- '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.