Skip to content

The Simplest PHP Selenium Example for use Facebook driver and PHPUNIT (Travis CI Integrated)

License

Notifications You must be signed in to change notification settings

shushanxingzhe/php-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Simplest PHP Selenium Example for use Facebook driver and PHPUNIT (Travis CI Integrated)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages