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

View File

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