Open kushal-omnius opened 1 month ago
This doesn't look related to Cypress. Is there something on your machine that might be cancelling when some condition is met or something?
@jennifer-shehane this from GitHub actions runner, so I don't think there is something killing the cypress
Hey @kushal-omnius , is it possible that your tests are running into OOM issues? I see from your logs 43 out of 45
. Is the operation was cancelled
part of cypresss logs or github CI?
@YJDoc2 hard to say, could be GitHUB CI. But I see this log as well (why would it show):
cypress:server:browsers browsers.kill called with no active instance +3s
Current behavior
My test exeution gets stopped automatically sometimes
cypress version: 13.15.0
attached Logs with debug :
Desired behavior
Tests should complete the execution and shouldn't just end abruptly
Test code to reproduce
happens at a random time.
Cypress Version
13.15.0
Node version
22.6.0
Operating System
Ubuntu Linux
Debug Logs
Other
No response