Skip to content

Commit bf3f3a5

Browse files
Merge pull request #1258 from jesperancinha/update-cypress-dependencies-and-containers
Update cypress dependencies and containers
2 parents 4120496 + ac703bf commit bf3f3a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:14.5.2"
4+
image: "cypress/included:14.5.3"
55
working_dir: /e2e
66
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
77
volumes:
@@ -10,7 +10,7 @@ services:
1010
- concerts
1111

1212
e2e-chrome:
13-
image: "cypress/included:14.5.2"
13+
image: "cypress/included:14.5.3"
1414
working_dir: /e2e
1515
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
1616
volumes:
@@ -19,7 +19,7 @@ services:
1919
- concerts
2020

2121
e2e-firefox:
22-
image: "cypress/included:14.5.2"
22+
image: "cypress/included:14.5.3"
2323
working_dir: /e2e
2424
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
2525
volumes:
@@ -28,7 +28,7 @@ services:
2828
- concerts
2929

3030
e2e-edge:
31-
image: "cypress/included:14.5.2"
31+
image: "cypress/included:14.5.3"
3232
working_dir: /e2e
3333
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
3434
volumes:

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "João Esperancinha",
2222
"license": "ISC",
2323
"devDependencies": {
24-
"cypress": "14.5.2",
24+
"cypress": "14.5.3",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.8.3"
2727
}

0 commit comments

Comments
 (0)