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