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

No releases available for package "pear.phpunit.de/PHPUnit_Selenium"

Open thedavidscherer opened this issue 11 years ago • 5 comments

I'm getting this error and I can't seem to resolve it. @sebastianbergmann is listed at the maintainer on the PEAR channel, so here's hoping we can figure this out.

I'm on Windows, and pear remote-list -c phpunit shows PHPUnit_Selenium in the list but running either pear install phpunit/PHPUnit_Selenium or even pear install phpunit/PHPUnit_Selenium-1.3.1 yields the same `No releases available for package "pear.phpunit.de/PHPUnit_Selenium"`` message.

pear-phpunit

thedavidscherer avatar Jul 29 '13 13:07 thedavidscherer

Installing on RHEL 6 works fine.

thedavidscherer avatar Jul 29 '13 13:07 thedavidscherer

Get same problem. Windows 8 php 5.4.17 PEAR 1.9.4

Arbuzov avatar Aug 01 '13 10:08 Arbuzov

I clear pear cache in userprofile folder and problem was fixed

Arbuzov avatar Aug 01 '13 10:08 Arbuzov

Have the same problem. Windows 8, PHP 5.4, PEAR. Installed PHPUnit globally, can access from anywhere but Selenium is constantly giving error.
I also get this error when I try to run the tests using phpstorm.

PHPUnit_Framework_Error : Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser Caused by RuntimeException: Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser

rashidfawad avatar Sep 26 '14 14:09 rashidfawad

@rashidfawad , this is not the same error. Have you started the Selenium Server jar, which is a separate file to download? Take a look at our https://github.com/giorgiosironi/phpunit-selenium/blob/master/.ci/common_env.sh to see where to download it.

giorgiosironi avatar Oct 11 '14 08:10 giorgiosironi