diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 1358e0e..96b6fad 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.14.2" + image: "cypress/included:13.15.0" working_dir: /e2e command: "--browser electron --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr" volumes: @@ -10,7 +10,7 @@ services: - ../your-finance-files:/your-finance-files e2e-chrome: - image: "cypress/included:13.14.2" + image: "cypress/included:13.15.0" working_dir: /e2e command: "--browser chrome --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr" volumes: @@ -19,7 +19,7 @@ services: - ../your-finance-files:/your-finance-files e2e-firefox: - image: "cypress/included:13.14.2" + image: "cypress/included:13.15.0" working_dir: /e2e command: "--browser firefox --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr" volumes: @@ -28,7 +28,7 @@ services: - ../your-finance-files:/your-finance-files e2e-edge: - image: "cypress/included:13.14.2" + image: "cypress/included:13.15.0" working_dir: /e2e command: "--browser edge --env host.yf=your-finance,host.jwtenizr=your-finance-jwtenizr" volumes: