Skip to content

Commit

Permalink
Merge pull request #685 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 Nov 10, 2024
2 parents 1cd4ed3 + e554b76 commit aea2e7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
e2e-electron:
image: "cypress/included:13.15.1"
image: "cypress/included:13.15.2"
working_dir: /e2e
command: "--browser electron --env host=jofisaes-vma-nginx-lb"
volumes:
Expand All @@ -9,7 +9,7 @@ services:
- vma_net

e2e-chrome:
image: "cypress/included:13.15.1"
image: "cypress/included:13.15.2"
working_dir: /e2e
command: "--browser chrome --env host=jofisaes-vma-nginx-lb"
volumes:
Expand All @@ -18,7 +18,7 @@ services:
- vma_net

e2e-firefox:
image: "cypress/included:13.15.1"
image: "cypress/included:13.15.2"
working_dir: /e2e
command: "--browser firefox --env host=jofisaes-vma-nginx-lb"
volumes:
Expand All @@ -27,7 +27,7 @@ services:
- vma_net

e2e-edge:
image: "cypress/included:13.15.1"
image: "cypress/included:13.15.2"
working_dir: /e2e
command: "--browser edge --env host=jofisaes-vma-nginx-lb"
volumes:
Expand Down

0 comments on commit aea2e7d

Please sign in to comment.