[Webtest] WebTestOverview.xml not being generated??
Robert Koberg
rob@koberg.com
Sun, 18 May 2008 11:00:16 -0400
Hi,
I am trying to use multiple 'base' build files for different sets of
tests. In one set I specify a build with
$ webtest.sh -f links-test.xml
Which does execute all the tests. I have the config element in all tests
for this setup to output to a non-default directory:
<config basepath="${test.basePath}"
host="${test.host}"
port="${test.port}"
protocol="${test.scheme}"
resultpath="./link-check-results"
summary="true"/>
I get the following build failed error
BUILD FAILED
/path/to/canoo-webtest/webtest.xml:416: input
file /path/to/my/tests/tests/results/WebTestOverview.xml does not exist
The results directory is created and populated with the standard
resources, BUT I don't see a WebTestOverview.xml in there or the
link-check-results directory (which was created and test results were
generated there).
What am I doing wrong?
thanks,
-Rob