-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
TypeError: Cannot read properties of undefined (reading 'length') #20545
Comments
Could you include a code example to reproduce this issue (possibly an example repo)? Unfortunately, if we don't have enough information to recreate the issue we will have to close this issue. Thanks! |
@darkhillreturns I had exactly the same error. I got mine fixed.
Inside the I'm not 100% sure about your setup but maybe this helps. Thanks! |
Just ran into the same issue, but it appears to be an issue in mochawesome. I had a utility file with no tests in my cypress/integration folder that was causing the problem. Moving it to a different folder fixed the issue. |
I replicate the same issue, followed @jaltmanQ reply fix the issue. |
Might be the same issue as this which is recently resolved. |
Closing this issue because it appears to be an issue with mochawesome rather than Cypress. Let me know if you are still experiencing a problem and I will be happy to reopen this! |
Current behavior
When running mochawesome as reporter, it shows error
Desired behavior
Should run and generate report
Test code to reproduce
Cypress Version
9.5.1
Other
No response
The text was updated successfully, but these errors were encountered: