I am running an E2E test, when I submit a form, a POST request is triggered by SUT. This request is taking more than 10 mins and then either crashed the Cypress runner or shows the result. When tested manually, the request returns the response within few seconds. This is the error that I am getting:
We detected that the Chromium Renderer process just crashed. This is the equivalent to seeing the 'sad face' when Chrome dies. This can happen for a number of different reasons: - You wrote an endless loop and you must fix your own code - You are running Docker (there is an easy fix for this: see link below) - You are running lots of tests on a memory intense application. - Try enabling experimentalMemoryManagement in your config file. - Try lowering numTestsKeptInMemory in your config file. - You are running in a memory starved VM environment. - Try enabling experimentalMemoryManagement in your config file. - Try lowering numTestsKeptInMemory in your config file. - There are problems with your GPU / GPU drivers - There are browser bugs in Chromium You can learn more including how to fix Docker here:
https://on.cypress.io/renderer-process-crashed
I am using Cypress 12.10.0 and I have tried clearing the cache. Any help will be greatly appreciated