Skip to content

Commit

Permalink
Merge pull request #919 from jesperancinha/update-cypress-dependencie…
Browse files Browse the repository at this point in the history
…s-and-containers

Update cypress dependencies and containers
  • Loading branch information
jesperancinha authored Sep 8, 2024
2 parents 201ca13 + 05dc4b3 commit 5a54a09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
e2e-electron:
image: "cypress/included:13.14.1"
image: "cypress/included:13.14.2"
working_dir: /e2e
command: "--browser electron --config baseUrl=http://from-paris-to-berlin-fe:9000 --env port=9000"
volumes:
Expand All @@ -10,7 +10,7 @@ services:
- paris_to_berlin_net

e2e-chrome:
image: "cypress/included:13.14.1"
image: "cypress/included:13.14.2"
working_dir: /e2e
command: "--browser chrome --config baseUrl=http://from-paris-to-berlin-fe:9000 --env port=9000"
volumes:
Expand All @@ -19,7 +19,7 @@ services:
- paris_to_berlin_net

e2e-firefox:
image: "cypress/included:13.14.1"
image: "cypress/included:13.14.2"
working_dir: /e2e
command: "--browser firefox --config baseUrl=http://from-paris-to-berlin-fe:9000 --env port=9000"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- paris_to_berlin_net

e2e-firefox-full:
image: "cypress/included:13.14.1"
image: "cypress/included:13.14.2"
working_dir: /e2e
command: "--config-file full.cypress.config.ts --browser firefox --config baseUrl=http://from-paris-to-berlin-fe:9000 --env port=9000"
volumes:
Expand All @@ -37,7 +37,7 @@ services:
- paris_to_berlin_net

e2e-edge:
image: "cypress/included:13.14.1"
image: "cypress/included:13.14.2"
working_dir: /e2e
command: "--browser edge --config baseUrl=http://from-paris-to-berlin-fe:9000 --env port=9000"
volumes:
Expand Down

0 comments on commit 5a54a09

Please sign in to comment.