PHPUnit

Running Selenium PHPUnit tests against Firefox in an Ubuntu virtual machine

Posted on January 4th, 2010 by David Luhman and tagged , , .

As part of my Hudson CI server, I'm trying to run Selenium-based PHPUnit tests with each build. The build machine is an virtual machine (VirtualBox) running Ubuntu desktop.

Initially, my tests weren't running thru Hudson and the associated build.xml file. This wasn't surprising since I had forgotten to start the Selenium RC server.