tags:

views:

74

answers:

1

Is it possible to integrate ANT and the CakePHP Test suite?

+1  A: 

Yes, that should be possible by calling the testsuite shell script (cake testsuite app all, for an overview of the available options have a look at the script's help output) from your Ant script.

dhofstet
Do you know how to fail an ANT build if a test case failed?
Gian Basagre
I don't use Ant myself, but did you set the failonerror attribute?
dhofstet