Hello ant.

I'm using the junit task to execute selenium tests using ant and java.
By the way, it's working great. Thanks to those involved in the
development.

Now I need a report of all the tests that were executed. I created a
target called report that combines all the logs and creates a single
file. The problem is that I don't know how to force ant to run this
task always.

This is my target:
<sequential>
        <antcall target="clean.log"/>
        <antcall target="test.integration.smoke" />
        <antcall target="report" />     
</sequential>

So, when test.integration.smoke fails, report is not executed. Todo mal :(

I'll appreciate your help a lot.
thanks,
pura vida.
-- 
Leo Arias
http://elopio.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to