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
Crash on this mentioned page opening, seems very unavoidable. So added that flow in my project.
There are few other scenarios, we are facing this issue.
We have quite a large e2e business flows involving multiple actions. To cover that we created long running suites, we were facing this issue quite frequently. To avoid this, we split a single suite(execution time: ~60-90 mins) to n number of suites with each having reduced running time(~20-30mins). This solved to some extent. Even after splitting this much, we were facing memory issue in few scenarios.
The text was updated successfully, but these errors were encountered:
Test code to reproduce
Added my sample flow in here : flow
It has a single spec file where there will be 2 steps login and then opening a particular page with some button click actions.
After opening that page, cypress crashes saying Aw, snap!
Attached memory logs below for reference.
Note: For test development purposes, we are using macOs and for CI/CD actions, we are using ubuntu.
In both those places, we are facing this.
Cypress Mode
cypress run
Cypress Version
13.15.1
Browser Version
Chrome 130.0.6723.70
Node version
23.1.0
Operating System
macOs 12.3/ubuntu
Memory Debug Logs
Other
Crash on this mentioned page opening, seems very unavoidable. So added that flow in my project.
There are few other scenarios, we are facing this issue.
We have quite a large e2e business flows involving multiple actions. To cover that we created long running suites, we were facing this issue quite frequently. To avoid this, we split a single suite(execution time: ~60-90 mins) to n number of suites with each having reduced running time(~20-30mins). This solved to some extent. Even after splitting this much, we were facing memory issue in few scenarios.
The text was updated successfully, but these errors were encountered: