phpunit-selenium
phpunit-selenium copied to clipboard
Selenium RC integration for PHPUnit
Hi ! no version of PHPUnit Selenium yet supports PHPUnit 10.
Hi! Well, first of all, thanks for a great library! I got introduced to it after we adopted a no-longer maintained OS library (https://github.com/egeloen/ivory-google-map). As that library is quite outdated,...
Nice to see issue 34 is accepted and worked on. Adding on to that, I think there should be a WebDriverBackedSeleniumTestCase. This will help users of the PHPUnit Selenium (RC)...
Running code coverage with latest V9 phpunit-selenium and any 9.x version of PHPunit results in **PHP Fatal error:** `Uncaught TypeError: Argument 1 passed to SebastianBergmann\CodeCoverage\CodeCoverage::append() must be an instance of...
Hi guys, i added phpcs to improve code quality. Rules were created from Doctrine + some rules were disabled. Feel free to discus about it. Thank you P.S. This PR...
In PHPUnit/Extensions/SeleniumCommon/prepend.php there is usage of the XDEBUG_CC_UNUSED constant, which has been removed from xdebug 3.0
I know this has been discussed quite a bit, but I'm in exactly the same situation as I know others are; we've just had some bugs get into production because...
Chrome & ChromeDriver 75 now default to W3C mode. This package needs be updated to support both the (new) W3C mode and the (old) JsonWireProtocol. More info can be found...
Hi, I am having some difficulty with generating Code Coverage Report for a project that is using the following technologies: - Selenium 2.39 Standalone Driver/Server - PHP 5.5.0 - PHP_CodeCoverage...
Added a method to get all cookies in the `[name => value]` format. We wanted to write a Selenium test which would check if there is a certain number of...