You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by su...@apache.org on 2021/04/12 04:24:29 UTC

[apisix-dashboard] branch master updated: feat: adding a retry mechanism to FE testing (#1752)

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

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d2bc54  feat: adding a retry mechanism to FE testing (#1752)
1d2bc54 is described below

commit 1d2bc545c6e081f9ce0270ae12d61eecdaadab0e
Author: litesun <su...@apache.org>
AuthorDate: Mon Apr 12 12:24:23 2021 +0800

    feat: adding a retry mechanism to FE testing (#1752)
---
 web/cypress.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/web/cypress.json b/web/cypress.json
index 88b22c0..9fb0b61 100644
--- a/web/cypress.json
+++ b/web/cypress.json
@@ -3,5 +3,9 @@
   "viewportHeight": 1080,
   "baseUrl": "http://localhost:8000",
   "video": true,
-  "videoUploadOnPasses": false
+  "videoUploadOnPasses": false,
+  "retries": {
+    "runMode": 3,
+    "openMode": 0
+  }
 }