From 2e48d108f3246a06a47849440c0a06a1307e75fc Mon Sep 17 00:00:00 2001 From: jesperancinha <11569930+jesperancinha@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:47:59 +0000 Subject: [PATCH] Update cypress dependencies --- e2e/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 58a5efa..b553fd2 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,28 +1,28 @@ version: '3.7' services: e2e-electron: - image: "cypress/included:14.0.1" + image: "cypress/included:14.0.2" working_dir: /e2e command: "--browser electron --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-chrome: - image: "cypress/included:14.0.1" + image: "cypress/included:14.0.2" working_dir: /e2e command: "--browser chrome --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-firefox: - image: "cypress/included:14.0.1" + image: "cypress/included:14.0.2" working_dir: /e2e command: "--browser firefox --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-edge: - image: "cypress/included:14.0.1" + image: "cypress/included:14.0.2" working_dir: /e2e command: "--browser edge --env host.command=command,host.query=query" volumes: