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

PHPUnit_Extensions_Selenium2TestCase_WebDriverException: chrome not reachable (Driver info: chromedriver=2.1,platform=Linux 2.6.32-042stab061.2 x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 20.72 seconds Build info: version: '2.33.0', revision: '4e90c97',...

I was wondering if there is a workaround for testing that an element is not present. Currently, if an element is not present, it just throws an exception. I am...

I have tried to write a simple script like, it executes but selinium server reports in log for killing the firefox automatically. I have used 2.33.0 of selenium server class...

I think, that it would be usefull to have method that returns name of browser currently using (as alternative - index of PHPUnit_Extensions_SeleniumTestCase::browsers array) For example: I want to test...

Now my selenium tests fails if server is not running but I need a nice way to mark them as skipped instead, or it's already supurted?

Hi, i have a small webserver running on a Raspberry Pi, hence its not the highest spec but running web tests with Selenium is ridiculously slow and always times out....

Hi, I am using phpunit 3.7.9. I am trying to have coverage on test written in html for Selenium. I manage to run my test with the public static $seleneseDirectory...

Looks like this is a weird question but http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.method.pkg.html doesn't explain it well. So - why do we need ``` * @method void moveto() moveto(\PHPUnit_Extensions_Selenium2TestCase_Element $element) Move the mouse by...

Something like [this](https://github.com/facebook/php-webdriver/pull/45) I wouldn't mind making a PR but I kind of don't know where to start.

I have everything working and I can get the code coverage report. Everything is being generated correctly. Is there a way to direct all of the coverage output to a...