Open dfilipidisz opened 1 week ago
Hi @dfilipidisz. Thank you for opening an issue. Do these timeouts also happen with experimentalJustInTimeCompile=false
or does that result in a chunk load error? The behavior described almost looks similar to #15434
Hi @dfilipidisz. Thank you for opening an issue. Do these timeouts also happen with
experimentalJustInTimeCompile=false
or does that result in a chunk load error? The behavior described almost looks similar to #15434
Yes, with experimentalJustInTimeCompile=false
we see the random chunk load errors, that this feature flag is fixing. With experimentalJustInTimeCompile=true
, we do not see the chunk load errors, but the issue with the spec-0.js
file pops up.
Current behavior
We started using cypress with the
experimentalJustInTimeCompile
flag ontrue
, due to the frequent timeouts we were experiencing on our component testing suite.While the original timeouts had gone away, in turn we started seeing test failures with the
/__cypress/src/spec-0.js
not loading in some cases. You can see more details below in logs.The issues with
spec-0.js
happen on both dev laptops and CI, and does not appear to be connected to a particular test case.Desired behavior
No test failures due to the above issue.
Test code to reproduce
Happens on whole test suite randomly, can't share it.
Cypress Version
13.5.0
Node version
20.17.0
Operating System
Ubuntu 20.04 and 22.04
Debug Logs
When it doesn't fail, spec-0 is loaded correctly: