We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not being able to filter debugs message using cypress run command
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
To reproduce this issue, you can simply start a new cypress project:
npm i --save cypress ./node_modules/.bin/cypress open
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
DEBUG=cypress* node_modules/.bin/cypress run
if you run DEBUG=cypress:server:browsers:electron node_modules/.bin/cypress run No debug message is printed
DEBUG=cypress:server:browsers:electron node_modules/.bin/cypress run
Cypress version: 3.8.1 Operating System: Linux Mint
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: