Quellcode durchsuchen

fix: cypress crash on CI

NGPixel vor 4 Jahren
Ursprung
Commit
74aa7d7d65
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      cypress.json

+ 2 - 1
cypress.json

@@ -6,5 +6,6 @@
   "pluginsFile": "dev/cypress/plugins/index.js",
   "screenshotsFolder": "dev/cypress/screenshots",
   "supportFile": "dev/cypress/support/index.js",
-  "videosFolder": "dev/cypress/videos"
+  "videosFolder": "dev/cypress/videos",
+  "numTestsKeptInMemory": 1
 }