Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/jackson.version-2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Jul 7, 2024
2 parents 5c3d78c + 8f63812 commit ddc37d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--browser electron --env host=news-cast-fe,port=9000"
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=news-cast-fe,port=9000"
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=news-cast-fe,port=9000"
volumes:
- ./e2e:/e2e

e2e-firefox-full:
image: "cypress/included:13.12.0"
image: "cypress/included:13.13.0"
working_dir: /e2e
command: "--config-file full.cypress.config.ts --browser firefox"
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=news-cast-fe,port=9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"devDependencies": {
"cypress": "13.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

0 comments on commit ddc37d1

Please sign in to comment.