Skip to content

Commit a8c0329

Browse files
committed
Merge remote-tracking branch 'origin/master' into update-npm-dependencies
2 parents b7d6735 + d6d4910 commit a8c0329

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:15.6.0"
4+
image: "cypress/included:15.7.0"
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:15.6.0"
11+
image: "cypress/included:15.7.0"
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:15.6.0"
18+
image: "cypress/included:15.7.0"
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:15.6.0"
25+
image: "cypress/included:15.7.0"
2626
working_dir: /e2e
2727
command: "--browser edge --env host.command=command,host.query=query"
2828
volumes:

0 commit comments

Comments
 (0)