-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing build #303
Fixing build #303
Conversation
Using Docker as the only way to run tests on Travis CI is too radical solution. Have you tried other things, like locking to other Firefox version or maybe using Google Chrome? |
I see, but then why this PR is needed, when you already know that #300 should fix the same thing in a different way? |
Firefox and Chrome are different browsers and MAY behave differently, in ideal I would add testing with firefox / chrome / phantomjs (not supported, but still quite popular), so Docker will be more convenient to use and also it does not cost anything to maintain Docker images. |
BTW ChomeDriver is failing with
This is because how instaclick/php-webdriver is handling errors Chrome is returning errno 61, which is not mapped. |
Probably. OK. |
Any way to fix this? Maybe a PR to InstaClick is needed? |
Without making a PR to InstaClick, impossible. |
- added docker for php >= 5.4 (trusty) - added php 7.3 - updated README - added DISPLAY env and xvfb for 5.3 (precise)
d06ee2a
to
ba7fad4
Compare
Ready. Build green. 5.3 is returned |
Nothing is blocking me. I'm not sure about @stof . |
ping @stof |
Hi, I have some trouble with latest release (1.3.1)
If i use dev-master works as expected and faster |
Hi, @L0rD59 . How your comment is related to changes made in this PR? |
@stof @aik099 I've resumed work on this branch. https://travis-ci.org/minkphp/MinkSelenium2Driver/builds/549208858 |
@aik099 build is green. |
Merging. Thanks @oleg-andreyev . |
Closes #290
Closes #287