Skip to content

Commit

Permalink
Merge pull request #1142 from jesperancinha/update-cypress-dependenci…
Browse files Browse the repository at this point in the history
…es-and-containers

Update cypress dependencies and containers
  • Loading branch information
jesperancinha authored Dec 8, 2024
2 parents 70bf272 + b62c7ee commit efc0b67
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,7 +1,7 @@
version: '3.7'
services:
e2e-electron:
image: "cypress/included:13.16.0"
image: "cypress/included:13.16.1"
working_dir: /e2e
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -10,7 +10,7 @@ services:
- concerts

e2e-chrome:
image: "cypress/included:13.16.0"
image: "cypress/included:13.16.1"
working_dir: /e2e
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -19,7 +19,7 @@ services:
- concerts

e2e-firefox:
image: "cypress/included:13.16.0"
image: "cypress/included:13.16.1"
working_dir: /e2e
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- concerts

e2e-edge:
image: "cypress/included:13.16.0"
image: "cypress/included:13.16.1"
working_dir: /e2e
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand Down

0 comments on commit efc0b67

Please sign in to comment.