Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Retry a test twice before giving up
Rūdolfs Ošiņš committed 3 years ago
commit dab1770a13ef5e2b097afe54176452ee2d56d3de
parent f5c4d8141f719aa1e8d7860249cec6f121a4bf92
1 file changed +4 -0
modified cypress.config.ts
@@ -3,6 +3,10 @@ import { defineConfig } from "cypress";
export default defineConfig({
  video: false,
  defaultCommandTimeout: 10000,
+
  retries: {
+
    runMode: 2,
+
    openMode: 0,
+
  },
  e2e: {
    specPattern: "cypress/e2e/**/*spec.ts",
    baseUrl: "http://localhost:3000",