-
Notifications
You must be signed in to change notification settings - Fork 7
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
EZEE-1710: Change Selenium version #59
EZEE-1710: Change Selenium version #59
Conversation
@vidarl @andrerom If I got everything right this PR should introduce the same changes to ezrobot that were done in ezsystems/ezplatform#203 |
docker-compose_behat.yml.template
Outdated
@@ -9,6 +9,8 @@ selenium: | |||
- SCREEN_WIDTH=1920 | |||
- SCREEN_HEIGHT=1080 | |||
- SCREEN_DEPTH=24 | |||
# Because of: https://github.com/elgalu/docker-selenium/issues/20 | |||
shm_size: 256m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indenting is wrong (one space too much)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed
@micszo : Pinging you just in case as we have had quite a few issues with selenium/firefox in the past... Looks fine to me.. Unless there are objections I purpose to merge after weekend ( Monday ). I should be able to dig into ezrobot if it by any chance causes problems |
I'm fine with merging it on Monday, there's no rush. |
@vidarl thanks. For me it's ok to take it easy. |
merged, ezrobot should automatic pull the changes before running the next job |
Description
This PR introduces the same changes as in ezsystems/ezplatform#203 to make sure our tests on Jenkins behave the same way as on Travis.
I've set shm_size to 256m, because my local tests showed that 128m is too low (I guess interacting with the Studio editor requires more resources). 256m should be enough.