cbaykam / php-selenium-control
Starts selenium server on test start and stops after tests end
v0.1.2
2016-10-17 14:43 UTC
Requires
- php: ^5.6
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2025-03-29 22:12:08 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