fixed the version mismatch of cypress between local and ci
authorkharhamel <oognic@gmail.com>
Tue, 14 Apr 2020 18:54:27 +0000 (20:54 +0200)
committerkharhamel <oognic@gmail.com>
Tue, 14 Apr 2020 18:54:27 +0000 (20:54 +0200)
docker-compose.ci.yml
e2e/cypress.json

index 614a6c8202466b97651f6de583dfd1bf64c8cdb3..bdf5855a95b0643b542731a89bdb84c65211240b 100644 (file)
@@ -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:
index 3c5c7d1c82bc5afa5935dbbe00bb242395e535d9..cea4979b9e2ad586f5ecd692904c9d7c5195cd0c 100644 (file)
@@ -1,6 +1,7 @@
 {
        "baseUrl": "http://workadventure.localhost",
        "video": false,
+       "defaultCommandTimeout": 20000,
        "pluginsFile": false,
        "supportFile": false
 }
\ No newline at end of file