I'm trying to write acceptance tests for a project using multiple browsers. All the tests run fine with: Firefox, Chrome and Safari.
However, I don't know how to run them in Internet Explorer. I use: PHPUnit, Selenium and Mac OS X. I also use VirtualBox with Windows 8 and Windows XP.
I was thinking of running the tests in the virtual machine but I would have to copy the test to the VM and run them from there.
Is there a better way to do it?
Thanks in advance.