-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error in component testing #225
Labels
bug
Something isn't working
Comments
They might have introduced a breaking change. We are tapping into the internals of cypress a little bit. |
+1 |
archfz
added a commit
that referenced
this issue
Dec 18, 2023
archfz
added a commit
that referenced
this issue
Dec 18, 2023
archfz
added a commit
that referenced
this issue
Dec 18, 2023
\#225: Fix component tests failing to run non queue tasks.
Forgot to mention that i did a release for this. In 5.3.10. Please check. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have Cypress 13.5.1 and I'm using it with Vite 5.0.2
I'm getting this error when running Cypress via
cypress run
(doesn't happen when I run it via the GUI):I'll try to investigate more, but for now this is all I have.
Initially I didn't even see this error, it looked like it was just hanging there with no output, I tried various options and I think the combinations of
printLogsToConsole: 'always',
andenableContinuousLogging: true
allowed me to see the issue.edit: opened the relevant file from the stacktrace in the browser, maybe this'll help a bit:
The text was updated successfully, but these errors were encountered: