From 1401bf2d7fd1ae7e1d8b6f5377a1c15edda4c442 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Mon, 27 Mar 2023 11:50:19 -0400 Subject: [PATCH] add retries for cypress --- integration-testing/cypress.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-testing/cypress.config.js b/integration-testing/cypress.config.js index af39550e..fa906be8 100644 --- a/integration-testing/cypress.config.js +++ b/integration-testing/cypress.config.js @@ -18,4 +18,5 @@ module.exports = defineConfig({ defaultCommandTimeout: 10000, specPattern: "cypress/e2e/**/*.cy.js", }, -}) \ No newline at end of file + "retries": 2 +})