How to install and configure automated tests using PHPUnit, Selenium and Xvfb, on CentOS
This entry explains how to install and set-up automated tests, using PHPUnit, Selenium and Xvfb on CentOS Linux. PHPUnit is a unit testing framework. Selenium is a testing framework for web applications, which can record and playback tests, relying on browsers to perform these tasks. Most servers do not have an instance of the X […]