I'm using PHPUnit and Selenium 2 Webdriver to automate tests for my web application.
I have several test classes which are at the moment running one after the other. However, I think that they could easily run in parallel in separate instances of the browser, which would significantly reduce the amount of time taken to test the application.
Is this possible?