Skip to content

Commit 1401bf2

Browse files
author
Kevin Gartland
committed
add retries for cypress
1 parent 71bb885 commit 1401bf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-testing/cypress.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ module.exports = defineConfig({
1818
defaultCommandTimeout: 10000,
1919
specPattern: "cypress/e2e/**/*.cy.js",
2020
},
21-
})
21+
"retries": 2
22+
})

0 commit comments

Comments
 (0)