[Webtest] fail property

Sébastien Mathy webtest@lists.canoo.com
Thu, 28 Oct 2004 15:00:16 +0200


Hi,

Is it possible (or is an extension exist) to have an Ant property with
the verdict of all the test?

For example :

<project>
<target name="myTest">
<testspec>
<config>
<steps>
...
</steps>
<testspec>
<config>
<steps>
...
</steps>
</testspec>
<if property="webtest.fail">
	<!-- TODO if one test fail -->
</if>
</target>
</project>

Regards.

-- 
Sebastien Mathy