Skip to content

Commit 0b9cd63

Browse files
Merge pull request #499 from jesperancinha/update-cypress-dependencies-and-containers
Update cypress dependencies and containers
2 parents fb15c81 + 0b04a65 commit 0b9cd63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:14.4.0"
4+
image: "cypress/included:14.4.1"
55
working_dir: /e2e
66
command: "--browser electron --env host.command=command,host.query=query"
77
volumes:
88
- ./e2e:/e2e
99

1010
e2e-chrome:
11-
image: "cypress/included:14.4.0"
11+
image: "cypress/included:14.4.1"
1212
working_dir: /e2e
1313
command: "--browser chrome --env host.command=command,host.query=query"
1414
volumes:
1515
- ./e2e:/e2e
1616

1717
e2e-firefox:
18-
image: "cypress/included:14.4.0"
18+
image: "cypress/included:14.4.1"
1919
working_dir: /e2e
2020
command: "--browser firefox --env host.command=command,host.query=query"
2121
volumes:
2222
- ./e2e:/e2e
2323

2424
e2e-edge:
25-
image: "cypress/included:14.4.0"
25+
image: "cypress/included:14.4.1"
2626
working_dir: /e2e
2727
command: "--browser edge --env host.command=command,host.query=query"
2828
volumes:

0 commit comments

Comments
 (0)