add retries to cypress config (#2536)

This commit is contained in:
Anna Szczęch 2022-11-04 16:00:46 +01:00 committed by GitHub
parent 47dce437b6
commit 4549b0d5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,10 @@ module.exports = defineConfig({
requestTimeout: 20000,
viewportWidth: 1400,
viewportHeight: 660,
retries: {
runMode: 1,
openMode: 0,
},
e2e: {
env: {
grepFilterSpecs: true,