Skip to content

Commit

Permalink
Merge pull request #370 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 authored Dec 22, 2024
2 parents ddea74e + a2e7a40 commit a986123
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,7 +1,7 @@
version: '3.7'
services:
e2e-electron:
image: "cypress/included:13.16.1"
image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser electron --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr"
volumes:
Expand All @@ -10,7 +10,7 @@ services:
- ../your-finance-files:/your-finance-files

e2e-chrome:
image: "cypress/included:13.16.1"
image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser chrome --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr"
volumes:
Expand All @@ -19,7 +19,7 @@ services:
- ../your-finance-files:/your-finance-files

e2e-firefox:
image: "cypress/included:13.16.1"
image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser firefox --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- ../your-finance-files:/your-finance-files

e2e-edge:
image: "cypress/included:13.16.1"
image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser edge --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr"
volumes:
Expand Down

0 comments on commit a986123

Please sign in to comment.