From 002f8d547b9631b85dc2d4efd0c004589b333219 Mon Sep 17 00:00:00 2001 From: jesperancinha <11569930+jesperancinha@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:46:38 +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 b0ca9f9..58a5efa 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.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser electron --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-chrome: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser chrome --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-firefox: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser firefox --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-edge: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser edge --env host.command=command,host.query=query" volumes: