Pin selenium/standalone-chrome to 4.1.2-20220217. #514

This commit is contained in:
Paul Weidner 2022-03-31 08:17:57 -07:00 committed by Michael Stenta
parent 11cc36accf
commit 5c764c5b50
3 changed files with 10 additions and 3 deletions

View File

@ -28,4 +28,7 @@ services:
# Enable this service when executing javascript tests.
# chrome:
# image: selenium/standalone-chrome:latest
# Tests are failing on later versions of this image.
# See https://github.com/farmOS/farmOS/issues/514
# image: selenium/standalone-chrome:4.1.2-20220217

View File

@ -10,4 +10,6 @@ services:
XDEBUG_MODE: 'off'
chrome:
image: selenium/standalone-chrome:latest
# Tests are failing on later versions of this image.
# See https://github.com/farmOS/farmOS/issues/514
image: selenium/standalone-chrome:4.1.2-20220217

View File

@ -26,7 +26,9 @@ by adding the following container:
```yml
chrome:
image: selenium/standalone-chrome:latest
# Tests are failing on later versions of this image.
# See https://github.com/farmOS/farmOS/issues/514
image: selenium/standalone-chrome:4.1.2-20220217
```
## Faster testing without XDebug