From ca26898d9ce1f267fa5dc710e58a4f9771826303 Mon Sep 17 00:00:00 2001 From: jesperancinha <11569930+jesperancinha@users.noreply.github.com> Date: Sun, 11 Jan 2026 01:23:24 +0000 Subject: [PATCH] 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 39820733..4863be9f 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,34 +1,34 @@ services: e2e-electron: - image: "cypress/included:15.8.1" + image: "cypress/included:15.8.2" working_dir: /e2e command: "--browser electron --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-chrome: - image: "cypress/included:15.8.1" + image: "cypress/included:15.8.2" working_dir: /e2e command: "--browser chrome --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-firefox: - image: "cypress/included:15.8.1" + image: "cypress/included:15.8.2" working_dir: /e2e command: "--browser firefox --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-firefox-full: - image: "cypress/included:15.8.1" + image: "cypress/included:15.8.2" working_dir: /e2e command: "--config-file full.cypress.config.ts --browser firefox" volumes: - ./e2e:/e2e e2e-edge: - image: "cypress/included:15.8.1" + image: "cypress/included:15.8.2" working_dir: /e2e command: "--browser edge --env host=news-cast-fe,port=9000" volumes: