Skip to content

Commit

Permalink
Merge pull request #637 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 committed Jul 7, 2024
2 parents 2cd14a0 + f733524 commit 831e17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.12.0"
image: "cypress/included:13.13.0"
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.12.0"
image: "cypress/included:13.13.0"
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.12.0"
image: "cypress/included:13.13.0"
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.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser edge --env host=jofisaes-vma-nginx-lb"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"cypress": "13.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"dependencies": {
"chai-uuid": "^1.0.6",
Expand Down

0 comments on commit 831e17a

Please sign in to comment.