phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

Selenium RC integration for PHPUnit

Results 99 phpunit-selenium issues
Sort by recently updated
recently updated
newest added

If you try to run on a non-existing grid the test succeeds: ``` protected function setUp() { $this->setHost('12.32.41.1'); } ``` If a grid returns a failure/error, onNotSuccessfulTest in SeleniumTestCase will...

Our 404 pages return content as well as a 404 HTTP status. PHPUnit_Selenium throws a Framework_Exception when a 404 page is loaded so I can't test the page content.

Running phpunit 3.6.5. Upon test completion the line number for a given error or failure is not printed out. This is like this with --verbose and without.

Hi, I don't understand why for every test I run, I get the error message : OR Server Exception: sessionId led to start new browser session: Error while launching browser...

Hi. I got my setup finished and just wanted to try different options. When I use Selenium ide and export to php-unit via the formatter tests run fine with selenium...

The implementation of verifyCommand is not very useful as it doesn't show the error point in the code. It makes verify()s really hard to debug and pretty much ensures that...

Copied from http://www.phpunit.de/ticket/763

feature request

Hi, I create first test When I run my test phpunit run all methods including setUp, __constructor and others When I downgrade phpunit/phpunit from 9.6.8 to 9.3.11 then only methods...