Getting started
-
Get selenium server from http://seleniumhq.org/download/ and run it
java -jar selenium-server-standalone-2.13.0.jar
-
Get php-webdriver and Menta
git clone git://github.com/fbrnc/php-webdriver.git php-webdriver git clone git://github.com/fbrnc/Menta.git Menta
-
If your selenium server runs on a different machine go to phpunit.xml and adapt the testing.selenium.seleniumServerUrl setting (Or copy the phpunit.xml to foo.xml and run following command with --configuration=foo.xml)
-
Run the sample test:
cd Menta/Demo phpunit MentaDemoTest.php