From c5f33cc764f01d51dac4ffe273b4647b3d73cf04 Mon Sep 17 00:00:00 2001 From: jesperancinha <11569930+jesperancinha@users.noreply.github.com> Date: Sun, 19 Jan 2025 00:40:50 +0000 Subject: [PATCH 1/2] Update cypress dependencies --- e2e/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 8e97735f..241dff33 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: From d5f3d85bc067ba7e8c340589fff9d4f836d34681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Esperancinha?= Date: Sun, 19 Jan 2025 09:19:43 +0100 Subject: [PATCH 2/2] Accepts Automated PRs on Sun Jan 19 09:19:43 CET 2025 --- pr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr.md b/pr.md index b13195be..189ddb0c 100644 --- a/pr.md +++ b/pr.md @@ -1 +1 @@ -PR Accept on Sun Jan 12 09:25:08 CET 2025 +PR Accept on Sun Jan 19 09:19:43 CET 2025