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
2009-07-26 07:13:06
Do you know how to fail an ANT build if a test case failed?
Gian Basagre
2009-07-26 11:57:45
I don't use Ant myself, but did you set the failonerror attribute?
dhofstet
2009-07-27 05:44:41