From a818727ed79671bc0695a873b24cc94f7879d5df Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 17 Dec 2021 12:36:22 -0600 Subject: [PATCH] Tell Cypress to retry twice if an e2e test failure occurs --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index cded267c48..e06de8e4c5 100644 --- a/cypress.json +++ b/cypress.json @@ -5,5 +5,6 @@ "screenshotsFolder": "cypress/screenshots", "pluginsFile": "cypress/plugins/index.ts", "fixturesFolder": "cypress/fixtures", - "baseUrl": "http://localhost:4000" + "baseUrl": "http://localhost:4000", + "retries": 2 } \ No newline at end of file