-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Current behavior
Hi! I use Cypress tests in 3 browsers - Chrome, Firefox, Webkit.
My problem is that the tests in Webkit take 4 times longer to implement than the tests in chrome and firefox.
An example on the same set of tests:
- Chrome - 102 minutes
- Firefox - 81 minutes
- Webkit - 377 minutes
The first 10-15 minutes of work in webkit are performed normally, and then a "snowball" occurs and the tests slow down more and more. This behavior occurs both locally on Mac OS and in pipeline on my server.
The characteristics of the runner on my server: 6 CPU, 12 GB of RAM
Debug mode for removing logs from memory and processor could not be started on webkit.
I understand that webkit is an experimental feature, but otherwise it is stable for my purposes except for an awfully long execution time.
Could you help me?
Desired behavior
No response
Test code to reproduce
Cypress Version
13.14.1
Node version
20.10.0
Operating System
Mac OS 14.6.1
Debug Logs
No response
Other
No response