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
Cypress.cookies.debug() does not log anything to console. #15032
Comments
We were using We were using Working (chore: release @cypress/webpack-batteries-included-preprocessor-v2.1.4): 4c9ea6c
Broken (build: properly use local npm packages for development and binary build) 3eb3bfa
|
Hi, I can observe the same behavior on 6.5.0, I have Cypress.Cookies.debug(true) in my beforEach hook, but nothing gets logged in the console. Is it supposed to be fixed? |
@pablohassan1 No, this is still an issue. |
Ah, that definitely looks like what I'm seeing. Thanks @jennifer-shehane . |
The code for this is done in cypress-io/cypress#15785, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Cypress.cookies.debug()
no longer logs to the console in Cypress 6.3.0+It seems this issue is introduced in this PR? #14182
Before
After
Desired behavior
Test code to reproduce
Versions
6.3.0
The text was updated successfully, but these errors were encountered: