Merge branch '21654-net-imap-downgrade'. Refs #21654
[arvados.git] / services / workbench2 / cypress.config.ts
index 75c8db0a469ed07555282245140b89db5c3cef70..d5698b0bfb70e3f49fd8e92578686ad6f29fce30 100644 (file)
@@ -17,5 +17,9 @@ export default defineConfig({
       return require('./cypress/plugins/index.js')(on, config)
     },
     baseUrl: 'https://localhost:3000/',
+    experimentalRunAllSpecs: true,
+    // The 2 options below make Electron crash a lot less and Firefox behave better
+    experimentalMemoryManagement: true,
+    numTestsKeptInMemory: 0,
   },
 })