cbaykam / php-selenium-control
Starts selenium server on test start and stops after tests end
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cbaykam/php-selenium-control
Requires
- php: ^5.6
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2025-10-26 01:27:54 UTC
README
Launches the selenium server on test start and stops when tests end s
Installation
composer require cbaykam/phpunit-selenium-control- include the Phpunit Test listener in your phpunit.xml file
<listeners> <listener class="PhpUnitTestListener" file="./vendor/cbaykam/php-selenium-control/PhpUnitTestListeners.php"> </listener>
Requirements
- jre is required to start and stop the senium server