giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
602 stars 271 forks source link

Add a test to show that the user may set an alternate stream context … #360

Closed openbrian closed 4 years ago

openbrian commented 8 years ago

…to test snakeoil certified websites. Add an HTTPS server with a snakeoil certificate.

openbrian commented 8 years ago

https://travis-ci.org/giorgiosironi/phpunit-selenium/jobs/95665332 - The test fails because the https server didn't start.

openbrian commented 8 years ago

for #355

giorgiosironi commented 8 years ago

Inside the VM python-secure-webserver cannot start due to the path:

python: can't open file '../server.py': [Errno 2] No such file or directory

You probably need to add

directory=/vagrant/selenium-1-tests

to the supervisor configuration.