-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Since Cypress 12.15.0 (and on 13.5.0 still), "cy.readFile must only be invoked..." when using basic auth credentials in baseUrl #28336
Comments
Thanks for filing an issue @adrienharnay, we'll give this a look. |
we have the same issue on Cypress 13.5.0 with cy.task in combination with cyLog ( see original issue cypress-io/code-coverage#667) |
I have the same issue but its only the case on my CI-Pipeline. I tried to run tests on my CI-Pipeline on Cypress Version 12.12.0 and it worked, now I tried it again with the newest version 13.5.1 and I am getting the error: |
Facing the dame issue in version 13.6.0 |
We're investigating this situation. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
When defining a baseUrl with basic auth.
Since 12.15.0, also tested on 13.5.0.
Desired behavior
No response
Test code to reproduce
Here is the smallest possible reproduction: https://github.com/Brigad/cypress-test-tiny
Commit that introduced the bug: Brigad/cypress-test-tiny@e947d47
Cypress Version
13.5.0
Node version
20.6.0
Operating System
macOS
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: