Hi,

the facilities of webtest.xml assume that the property
${wt.config.resultpath} points to the results folder. The default value
for it is the results folder (relative to the file where webtest.xml is
included).
It doesn't make so much sense to define something else in <config .../>
as you won't be able to correctly use webtest-xml's facilities.

Cheers,
Marc.
-- 
Blog: http://mguillem.wordpress.com


Robert Koberg wrote:
> 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
> 

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to