From d3e576c7dfbf2944926c8ceaee7c7bc506c789ce Mon Sep 17 00:00:00 2001 From: mjhenkes Date: Wed, 15 Mar 2023 10:25:24 -0500 Subject: [PATCH 1/6] update command log guide to inform users they can disable logging --- docs/guides/guides/network-requests.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/guides/guides/network-requests.mdx b/docs/guides/guides/network-requests.mdx index dd51505e5a..151a4aae8b 100644 --- a/docs/guides/guides/network-requests.mdx +++ b/docs/guides/guides/network-requests.mdx @@ -525,7 +525,7 @@ cy.wait('@new-user').then(console.log) ## Command Log -Cypress logs all `XMLHttpRequest`s and `fetch`es made by the application under +By default Cypress logs all `XMLHttpRequest`s and `fetch`es made by the application under test in the Command Log. Here is an example of what this looks like: