It would make sense to add the url of the current page to all error
messages. Can you open an issue for that?
Cheers,
Marc.
Achim Westermann wrote:
Hi list,
I am using the reportSite step to crawl a site. In the results I cannot find any
URL of the crawled page. So if any page has an unsuccessful verification step it
is impossible to know the failing page.
I am using the following test:
<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "../dtd/Project.dtd">
<project default="test">
<target name="test">
<webtest name="crawl jchart2d">
<invoke url="http://xxx.net" description="Go to xxx"/>
<reportSite depth="1">
<verifyDocumentURL text=".+" regex="true"/>
</reportSite>
</webtest>
</target>
</project>
Am I missing some trick?
kind regards,