Hi,
do you use WebTest directly from the distribution or with the Maven plugin?
Why do you configure resultpath at the test level? In this case, the
report generation may encounter problems because it isn't aware of it.
The best is just... not to specify resultpath and let WebTest use the
default value.
Btw:
- "testSpec" is deprecated since a long time, you should use "webtest"
- you have 2 <config.../>, this surely too much
- you can safely omit <steps> and </steps>
Cheers,
Marc.
[email protected] a écrit :
Embedded error: Generating the Canoo WebTest report failed
Source 'D:\Data\Rad\t384697\myWebTestApp\target\webtest\webtest-results'
does not exist
<target name="all">
<testSpec name="GreenTest">
<config />
<config protocol="file" basepath="${basedir}"
saveresponse="true" resultpath="${project.build.directory}/site" />
<steps>
<invoke url="PageEmbedderTest.pdf" />
<not description="expect to fail:
document has no bookmarks">
<pdfVerifyBookmark name=".*"
regex="true" />
</not>
</steps>
</testSpec>
</target>
It seems canoo executes the test now.. But it fails to report..
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest