Re: Test Suite using a console or shell script

2008-04-16 Thread Andrew Assarattanakul
Hey Defranco, This script looked like something that I needed as well, and I found some bugs with it and fixed them. It doesn't handle unexpected parameters and errors too well yet. But you should be able to run all of the tests, groups and individual cases. http://cakeforge.org/snippet/detail.p

Re: Test Suite using a console or shell script

2008-04-15 Thread Defranco
On Mar 31, 8:48 am, Defranco <[EMAIL PROTECTED]> wrote: > On 27 mar, 16:16, Sliv <[EMAIL PROTECTED]> wrote: > > > I haven't tried this, but you may want to check it out: > > >http://lemoncake.wordpress.com/2007/06/24/cakephp-test-suite-shell/ looks like it do not works very well - apparently has

Re: Test Suite using a console or shell script

2008-03-31 Thread Defranco
On 27 mar, 16:16, Sliv <[EMAIL PROTECTED]> wrote: > I haven't tried this, but you may want to check it out: > > http://lemoncake.wordpress.com/2007/06/24/cakephp-test-suite-shell/ Hi Sliv, Thank you very much, This is exactly what I'm looking for - I'll give a try and provide a feedback here,

Re: Test Suite using a console or shell script

2008-03-27 Thread Sliv
I haven't tried this, but you may want to check it out: http://lemoncake.wordpress.com/2007/06/24/cakephp-test-suite-shell/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, se

Test Suite using a console or shell script

2008-03-27 Thread Defranco
Is there a standard way to run Test Suite 1.2 cases using a script (like console) or the only way is via web interface? I'm running it trying to run unix commands like: php webroot/test.php | lynx -stdin -dump but I want to know if there is a better way to do it. thanks Erico --~--~