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
I'm using Cypress V12.16.0
numTestsKeptInMemory: 0,
experimentalMemoryManagement: true,
video: false.
When I run Scenario, first few step working ok. I have step for insert data on form and after that I have step for checking data on same form and this working ok.
Then the same step is repeated to fill in the same form only with other data and the execution is much slower. It is the same step and the same implementation. Memory is not a problem and it does not go over 400MB because I perform the tests in the Chrome browser. Has anyone had a similar experience and in what direction should I research?
The form is a little longer and filling it out takes about 2 minutes. Does Cypress have a problem with some local cache if the execution of one step takes longer or something similar?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Cypress V12.16.0
numTestsKeptInMemory: 0,
experimentalMemoryManagement: true,
video: false.
When I run Scenario, first few step working ok. I have step for insert data on form and after that I have step for checking data on same form and this working ok.
Then the same step is repeated to fill in the same form only with other data and the execution is much slower. It is the same step and the same implementation. Memory is not a problem and it does not go over 400MB because I perform the tests in the Chrome browser. Has anyone had a similar experience and in what direction should I research?
The form is a little longer and filling it out takes about 2 minutes. Does Cypress have a problem with some local cache if the execution of one step takes longer or something similar?
Beta Was this translation helpful? Give feedback.
All reactions