-
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
modifyObstructiveCode getting error in cypress v10 for cypress.config.ts #22146
Comments
Thanks for the report. Now we've got strongly typed config via |
Hey @jenishgandhi7. It looks like the type is indeed missing from cypress.d.ts and is a bug. The type likely needs to be added to Once fixed, the I think this value has always been missing in our types, but I think it is now noticeable now that we have |
I get this error too for modifyObstructiveCode: false in the cypress.config.ts file on Cypress version 10.6.0 |
@mihaela-ioica This should now be fixed in #23694 and should be in the next release which is next week. If for some reason it is not, please let us know! |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
modifyObstructiveCode getting error in cypress v10 for cypress.config.ts
Desired behavior
No response
Test code to reproduce
Cypress Version
10.0.2
Other
No response
The text was updated successfully, but these errors were encountered: