vote up 0 vote down star

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

flag

67% accept rate

1 Answer

vote up 1 vote down

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.

link|flag
Do you know how to fail an ANT build if a test case failed? – Gian Paulo Jul 26 at 11:57
I don't use Ant myself, but did you set the failonerror attribute? – dhofstet Jul 27 at 5:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.