Ok, I created a new maven project for testing, it works and import the canoo
dependencies as well..
Now I am trying to test PDF contents with canoo.. Do you have any example of
webtest.xml?
My last attempt:
<?xml version="1.0"?>
<project>
<target name="all">
<webtest name="myPdfTest">
<config />
<steps>
<invoke description="get PDF document"
url="http://www.selab.isti.cnr.it/ws-mate/example.pdf" />
<pdfVerifyTitle title=".+public.*" regex="true"
/>
<pdfVerifyPageCount count="2" />
</steps>
</webtest>
</target>
</project>
[INFO] ------------------------------------------------------------------------
[INFO] Building myWebTestApp
[INFO] task-segment: [webtest:test]
[INFO] ------------------------------------------------------------------------
[INFO] [webtest:test]
[INFO] Executing D:\Data\Rad\t384697\myWebTestApp\src\test\webtest\webtest.xml
all:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Executing D:\Data\Rad\t384697\myWebTestApp\src\test\webtest\webtest.xml
failed