You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to see DEBUG logs from the cypress run itself. I've tried several ways to pass it, via system_env_vars, env vars in the CLI, cli-debug, --env DEBUG=cypress:*. The debug logs however are never printed in the stdout of the run within Browserstack.
This would be really helpful to help debug situations where Cypress ran with errors. The Cypress team often asks for these DEBUG logs.
The text was updated successfully, but these errors were encountered:
I want to be able to see DEBUG logs from the cypress run itself. I've tried several ways to pass it, via
system_env_vars
, env vars in the CLI,cli-debug
,--env DEBUG=cypress:*
. The debug logs however are never printed in the stdout of the run within Browserstack.This would be really helpful to help debug situations where Cypress ran with errors. The Cypress team often asks for these DEBUG logs.
The text was updated successfully, but these errors were encountered: