Skip to content

Commit

Permalink
Merge pull request #293 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 90b2545 + f9fcc50 commit 2390ef0
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,28 +1,28 @@
version: '3.7'
services:
e2e-electron:
image: "cypress/included:13.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser electron --env host.command=command,host.query=query"
volumes:
- ./e2e:/e2e

e2e-chrome:
image: "cypress/included:13.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser chrome --env host.command=command,host.query=query"
volumes:
- ./e2e:/e2e

e2e-firefox:
image: "cypress/included:13.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser firefox --env host.command=command,host.query=query"
volumes:
- ./e2e:/e2e

e2e-edge:
image: "cypress/included:13.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser edge --env host.command=command,host.query=query"
volumes:
Expand Down

0 comments on commit 2390ef0

Please sign in to comment.