Skip to content

Commit

Permalink
Merge branch 'main' into update-npm-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Sep 1, 2024
2 parents 8df9ac8 + b5ff530 commit 8af8f58
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,34 +1,34 @@
services:
e2e-electron:
image: "cypress/included:13.13.3"
image: "cypress/included:13.14.1"
working_dir: /e2e
command: "--browser electron --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-chrome:
image: "cypress/included:13.13.3"
image: "cypress/included:13.14.1"
working_dir: /e2e
command: "--browser chrome --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-firefox:
image: "cypress/included:13.13.3"
image: "cypress/included:13.14.1"
working_dir: /e2e
command: "--browser firefox --env host=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-firefox-full:
image: "cypress/included:13.13.3"
image: "cypress/included:13.14.1"
working_dir: /e2e
command: "--config-file full.cypress.config.ts --browser firefox"
volumes:
- ./e2e:/e2e

e2e-edge:
image: "cypress/included:13.13.3"
image: "cypress/included:13.14.1"
working_dir: /e2e
command: "--browser edge --env host=news-cast-fe,port=9000"
volumes:
Expand Down

0 comments on commit 8af8f58

Please sign in to comment.