lloiacono / Menta

Selenium 2 Testing Framework (for PHPUnit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  1. Get selenium server from http://seleniumhq.org/download/ and run it

    java -jar selenium-server-standalone-2.13.0.jar
    
  2. 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
    
  3. 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)

  4. Run the sample test:

    cd Menta/Demo
    phpunit MentaDemoTest.php
    

About

Selenium 2 Testing Framework (for PHPUnit)


Languages

Language:PHP 93.5%Language:HTML 6.5%