Skip to content

Update cypress dependencies and containers #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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.17.0"
image: "cypress/included:14.0.0"
working_dir: /e2e
command: "--browser electron --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
Expand All @@ -10,7 +10,7 @@ services:
- bl-net

e2e-chrome:
image: "cypress/included:13.17.0"
image: "cypress/included:14.0.0"
working_dir: /e2e
command: "--browser chrome --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
Expand All @@ -19,7 +19,7 @@ services:
- bl-net

e2e-firefox:
image: "cypress/included:13.17.0"
image: "cypress/included:14.0.0"
working_dir: /e2e
command: "--browser firefox --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- bl-net

e2e-firefox-full:
image: "cypress/included:13.17.0"
image: "cypress/included:14.0.0"
working_dir: /e2e
command: "--config-file /e2e/full.cypress.config.ts --browser firefox --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
Expand All @@ -37,7 +37,7 @@ services:
- bl-net

e2e-edge:
image: "cypress/included:13.17.0"
image: "cypress/included:14.0.0"
working_dir: /e2e
command: "--browser edge --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
Expand Down
Loading