Skip to content

Commit 2c24ea0

Browse files
committed
Use the latest Selenium images
Need the fix in SeleniumHQ/docker-selenium#459 to enable debug logs for the debug nodes. The new screenshots are due to an updated Chrome version in the images.
1 parent 60ac2f3 commit 2c24ea0

6 files changed

+4
-4
lines changed

tests/acceptance/docker-compose.base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- ./screenshots:/usr/src/app/tests/acceptance/screenshots
1515

1616
selenium:
17-
image: selenium/hub:3.2.0
17+
image: selenium/hub:3.4.0
1818
expose:
1919
- '4444'
2020
ports:
@@ -25,7 +25,7 @@ services:
2525
- /dev/urandom:/dev/random
2626

2727
chrome:
28-
image: selenium/node-chrome:3.2.0
28+
image: selenium/node-chrome:3.4.0
2929

3030
firefox:
31-
image: selenium/node-firefox:3.2.0
31+
image: selenium/node-firefox:3.4.0

tests/acceptance/docker-compose.debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- browser
1717

1818
browser:
19-
image: "selenium/node-${BROWSER:-chrome}-debug:3.2.0"
19+
image: "selenium/node-${BROWSER:-chrome}-debug:3.4.0"
2020
environment:
2121
# These are legacy compose links env vars that the image is relying on.
2222
- HUB_PORT_4444_TCP_PORT=4444

0 commit comments

Comments
 (0)