Skip to content
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

Debug filter DEBUG=cypress:server:browsers:electron not working #6160

Closed
roggerfe opened this issue Jan 14, 2020 · 1 comment
Closed

Debug filter DEBUG=cypress:server:browsers:electron not working #6160

roggerfe opened this issue Jan 14, 2020 · 1 comment

Comments

@roggerfe
Copy link

roggerfe commented Jan 14, 2020

Current behavior:

I am not being able to filter debugs message using cypress run command

Desired behavior:

I should be able to filter debug messages as explained here in the docs: https://docs.cypress.io/guides/guides/debugging.html#Print-DEBUG-logs

Test code to reproduce

To reproduce this issue, you can simply start a new cypress project:

npm i --save cypress
./node_modules/.bin/cypress open

If you run
DEBUG=cypress* node_modules/.bin/cypress run
all debugs are printed in the console

if you run
DEBUG=cypress:server:browsers:electron node_modules/.bin/cypress run
No debug message is printed

Versions

Cypress version: 3.8.1
Operating System: Linux Mint

@jennifer-shehane
Copy link
Member

Closing as duplicate of #5051 which I will reopen. I'm not able to reproduce this though so it must be something specific to the environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants