You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/12/06 15:18:40 UTC

[incubator-streampipes] branch dev updated: [hotfix] Retry failing cypress tests once

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ed465e7  [hotfix] Retry failing cypress tests once
ed465e7 is described below

commit ed465e79a079bb76eb653b15f7b43837853115c5
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Dec 6 16:18:33 2021 +0100

    [hotfix] Retry failing cypress tests once
---
 ui/cypress.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ui/cypress.json b/ui/cypress.json
index 2c192d9..fedb503 100644
--- a/ui/cypress.json
+++ b/ui/cypress.json
@@ -4,6 +4,10 @@
   "env": {
     "TAKE_SCREENSHOT": "false"
   },
+  "retries": {
+    "runMode": 1,
+    "openMode": 0
+  },
   "baseUrl": "http://localhost",
   "trashAssetsBeforeRuns": false,
   "videoCompression": false,