From 898b2bd5edee291cd498234f61adcd2a317f6b68 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Wed, 1 Dec 2021 17:11:46 +0800 Subject: [PATCH] test: Add Cypress retry times Add Cypress retry times: 5, when case error, will auto retry Change-Id: I4044658b1708e1a631d81e05b8a252924a158485 --- cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.json b/cypress.json index 576afbe4..526fbdb4 100644 --- a/cypress.json +++ b/cypress.json @@ -3,6 +3,7 @@ "viewportWidth": 1600, "viewportHeight": 900, "video": false, + "retries": 5, "env": { "username": "administrator", "password": "passW0rd",