-
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
Issues using DEBUG var env #5051
Comments
I'm not able to reproduce this issue using Cypress 3.8.1 or 3.4.0, OSX Please comment providing more information that may be relevant to why this is happening so that we can investigate. We use |
Reopening with another person mentioning the DEBUG logs not printing for them. #6160
I was not able to reproduce this behavior however on Mac Catalina. |
Closing since still unable to reproduce. Please comment if you're encountering this issue with a description of your system, how you're setting the env vars (maybe even print all env vars) and the output during |
Someone we worked with that had this issue, we narrowed it down to a permissions issue with setting the environment variable in their terminal/shell. You may need to run your terminal in administrative mode or review your permission settings. |
@jennifer-shehane I am currently facing it and with |
I resolved this issue by running the below command.
|
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
When I run
DEBUG=cypress:* cypress run
I got ALL the messages from cypress.So far so good.
When I try to be more specific ie
DEBUG=cypress:server* cypress run
- I don't get to see any log at all.Desired behavior:
According to the docs I should be able to use more specific selectors like the docs ones but they don't seem to work.
Steps to reproduce: (app code and test code)
DEBUG=cypress:server:* cypress run
produces no extra loggingVersions
Cypress 3.4.0, Debian 9, Electron 61 Headless
The text was updated successfully, but these errors were encountered: