From 91f0ab5c77366fba8262981418fb809e4b6c56df Mon Sep 17 00:00:00 2001 From: jesperancinha <11569930+jesperancinha@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:57:20 +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 66891174..6ccfcc97 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,34 +1,34 @@ services: e2e-electron: - image: "cypress/included:13.13.2" + image: "cypress/included:13.13.3" working_dir: /e2e command: "--browser electron --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-chrome: - image: "cypress/included:13.13.2" + image: "cypress/included:13.13.3" working_dir: /e2e command: "--browser chrome --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-firefox: - image: "cypress/included:13.13.2" + image: "cypress/included:13.13.3" working_dir: /e2e command: "--browser firefox --env host=news-cast-fe,port=9000" volumes: - ./e2e:/e2e e2e-firefox-full: - image: "cypress/included:13.13.2" + image: "cypress/included:13.13.3" working_dir: /e2e command: "--config-file full.cypress.config.ts --browser firefox" volumes: - ./e2e:/e2e e2e-edge: - image: "cypress/included:13.13.2" + image: "cypress/included:13.13.3" working_dir: /e2e command: "--browser edge --env host=news-cast-fe,port=9000" volumes: