diff --git a/cypress.json b/cypress.json index f93c63b5..405847d4 100644 --- a/cypress.json +++ b/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 }