Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.01 KB

PHP Selenium

A simple PHP Selenium project integrated PHPUNIT,Facebook webdriver and using Travis CI

Build Status System Requirements

PHP Selenium has the following requirements:

Getting Started

Download or Clone the project

git clone https://github.com/shushanxingzhe/php-selenium.git

Update the dependency

cd /path/to/project
composer update

Run Selenium Server with Chrome driver

java  -Dwebdriver.chrome.driver=/path/to/chromedriver  -jar /path/to/selenium server/selenium-server-standalone-3.0.0.jar

Run the project with phpunit

phpunit Facebook.php