Show only cy.log in UI e2e testing? #30142
-
|
i have search around and cooldnt find an answer to this, is there a way to limit debug console in cypress ui to only cy.log and errors ? i see a bunch of http request, and every debug comment from commands... |
Beta Was this translation helpful? Give feedback.
Answered by
jennifer-shehane
Jul 1, 2026
Replies: 1 comment
-
|
You can Hide HTTP requests within settings in cypress open mode. This is usually one of the noisier parts of the command log. https://on.cypress.io/open-mode#Hide-HTTP-Requests |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jennifer-shehane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can Hide HTTP requests within settings in cypress open mode. This is usually one of the noisier parts of the command log. https://on.cypress.io/open-mode#Hide-HTTP-Requests