0

chore(tests): retry cypress tests on failure

This commit is contained in:
Gabe Kangas 2024-04-17 22:10:39 -07:00
parent 201689cb66
commit 799e880718
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -14,4 +14,5 @@ module.exports = defineConfig({
});
},
},
retries: 3,
});