How to do Selenium Integration Tests with fixtures in CakePHP 2.0? I'd like to implement and run Selenium tests on my local testing environment. To put the application in a defined state, I need to use fixtures. How can I do this with CakePHP 2.0? Is there a base class available that somehow extends PHPUnit_Extensions_SeleniumTestCase but also lets me use CakePHP's fixtures?
Thanks, Anheng -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
