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
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest