Component tests failing intermittently #26941
Unanswered
devjared1
asked this question in
Questions and Help
Replies: 1 comment
-
Making a few assumptions, but I believe this is connected to an underlying issue in Vite, mentioned here. It looks like the Vite PR referenced in that issue has merged. So it's likely will be able to make some progress on this soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the latest Cypress (12.13.0). When I run tests locally (Windows 10) with

npx cypress run --component
, the tests will fail intermittently. I will get this error:Failed to fetch dynamically imported module: http://localhost:3000/__cypress/src/@fs/<path_to_file>
. I have 60 spec files running, and it always only every fails on 1 spec file. All the others run and pass like they should. Here is a screenshot:Has anyone else experienced this error before? I've had to turn off my team's test pipeline in Gitlab because the job failed ~50% of the time.
Beta Was this translation helpful? Give feedback.
All reactions