From 87f909be553e999e858e1e9d8a47534d8e535604 Mon Sep 17 00:00:00 2001 From: Emily Morehouse Date: Sun, 5 Jul 2020 13:58:53 -0600 Subject: [PATCH] =?UTF-8?q?[CUTL-90]=20=E2=9A=99=EF=B8=8F=20(Cypress)=20At?= =?UTF-8?q?tempt=20to=20fix=20Firefox=20error=20by=20setting=20`firefoxGcI?= =?UTF-8?q?nterval`=20settings=20for=20`runMode`=20and=20`openMode`=20to?= =?UTF-8?q?=20null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - See https://github.com/cypress-io/cypress/issues/6813 for open issue --- cypress.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress.json b/cypress.json index 3004600..aafc9fd 100644 --- a/cypress.json +++ b/cypress.json @@ -10,5 +10,9 @@ } } }, + "firefoxGcInterval": { + "runMode": null, + "openMode": null + }, "ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"] }