You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for this is done in cypress-io/cypress#6826, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior:
It says in our docs, to turn off
firefoxGcInterval
for bothrunMode
andopenMode
, I can just set the following: https://on.cypress.io/configuration#firefoxGcIntervalBut this throws an error
I don't see any indication of this setting ever having worked (tried back to 4.0.2).
Full stack trace:
Looks like a
null
value is not being handled at all here:https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/util/firefox_forced_gc.ts#L3:L3
Desired behavior:
Well, the question is - is this a bug in the code or was this just documented wrong. Not sure which requires updating.
Test code to reproduce
cypress.json
- open viacypress open
orcypress run
in Firefox 72.0.2Versions
4.0.0+
The text was updated successfully, but these errors were encountered: