Re: Test Driven Dev for CI?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Eric Cope
Date:  
To: Main PLUG discussion list
Subject: Re: Test Driven Dev for CI?
I use the light weight unit test library coupled with PHPUnit's code coverage tool. If you google PHPUnit and CodeIgniter, someone already has integrated them. I've tried to use Selenium's web driver, but PHP is not an officially supported language. I never could get them to play nicely.

Let me know your results.

Eric

On Mar 12, 2012, at 5:04 PM, Vimal Shah <> wrote:

> Hello all,
>
> I'm looking for an equivalent to the following RubyOnRails tools; Cucumber, Capybara and Rspec, for CodeIgnitor (CI)?
>
> Yii recommends PHPUnit and Selenium Remote Control. I don't see why these can't be used in CI? Any experience with these and/or Toast(X) for CI? I've been pushing TDD away but it seems like I can't run away from it anymore.
>
> -Thank you all in advance for your insights!
> Vimal
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss