Requirements: * phpunit 3.4+ * Selenium RC ### REST ### !IMPORTANT! Make sure you set in your WCM configuration.xml or the tests will horribly fail. 1) Edit ./rest/config/config.php 2) $ cd rest 3) $ phpunit AllTests.php ### SELENIUM-RC ### To run these tests, you need to install Selenium Remote Control server Look for "Selenium RC" at : http://seleniumhq.org/download/ Terminal 1: 1) $ cd /path/toselenium-remote-control-1.0.1\selenium-server-1.0.1\ 2) $ java -jar selenium-server.jar Terminal 2: 1) Edit ./selenium-rc/config/config.php 2) $ cd selenium-rc 3) phpunit . ### DOCUMENTATION ### * http://www.phpunit.de/manual/3.4/en/phpunit-book.html * http://seleniumhq.org/docs/04_selenese_commands.html * http://release.seleniumhq.org/selenium-core/1.0.1/reference.html