We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bb885 commit 1401bf2Copy full SHA for 1401bf2
integration-testing/cypress.config.js
@@ -18,4 +18,5 @@ module.exports = defineConfig({
18
defaultCommandTimeout: 10000,
19
specPattern: "cypress/e2e/**/*.cy.js",
20
},
21
-})
+ "retries": 2
22
+})
0 commit comments