Skip to content

Commit

Permalink
Pin selenium/standalone-chrome to 4.1.2-20220217. farmOS#514
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 authored and mstenta committed Apr 7, 2022
1 parent 11cc36a commit 5c764c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docker/docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion docker/docker-compose.testing.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion docs/development/environment/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c764c5

Please sign in to comment.