From 935745b3b52709de213592575d067873eae5f9d5 Mon Sep 17 00:00:00 2001 From: kharhamel Date: Tue, 14 Apr 2020 20:54:27 +0200 Subject: [PATCH] fixed the version mismatch of cypress between local and ci --- docker-compose.ci.yml | 2 +- e2e/cypress.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 614a6c82..bdf5855a 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -9,7 +9,7 @@ services: command: front:8080 cypress: # the Docker image to use from https://github.com/cypress-io/cypress-docker-images - image: "cypress/included:3.2.0" + image: "cypress/included:3.8.3" depends_on: - reverse-proxy environment: diff --git a/e2e/cypress.json b/e2e/cypress.json index 3c5c7d1c..cea4979b 100644 --- a/e2e/cypress.json +++ b/e2e/cypress.json @@ -1,6 +1,7 @@ { "baseUrl": "http://workadventure.localhost", "video": false, + "defaultCommandTimeout": 20000, "pluginsFile": false, "supportFile": false } \ No newline at end of file