diff --git a/docs/app/core-concepts/open-mode.mdx b/docs/app/core-concepts/open-mode.mdx index 6420d32b28..f9cc79d9d8 100644 --- a/docs/app/core-concepts/open-mode.mdx +++ b/docs/app/core-concepts/open-mode.mdx @@ -230,10 +230,16 @@ The Command Log also records application events. These entries appear in gray wi ### Hide HTTP Requests -When you do not need to inspect network calls, you can hide HTTP requests in the Command Log to reduce noise. Use the Hide HTTP Requests control in the Command Log header to collapse entries for XHR and fetch requests. This makes it easier to focus on the commands that interact with the page. +When you do not need to inspect network calls, you can hide HTTP requests in the Command Log to reduce noise. Deselect the "Show HTTP Requests" toggle in the Options menu in the Command Log header to collapse entries for XHR and fetch requests. This makes it easier to focus on the commands that interact with the page. Hiding HTTP requests does not change how your tests run. It only affects what is displayed in the Command Log. Requests still execute and remain available to assertions and tooling like [`cy.intercept()`](/api/commands/intercept). + + ### Instrument panel When you use [`cy.intercept()`](/api/commands/intercept), [`cy.stub()`](/api/commands/stub), or [`cy.spy()`](/api/commands/spy), the instrument panel appears above the test. It summarizes routes, stubs, and spies so you can quickly inspect network traffic and function calls while you debug. diff --git a/static/img/app/core-concepts/open-mode/hide-http-fetch-requests-cypress.mp4 b/static/img/app/core-concepts/open-mode/hide-http-fetch-requests-cypress.mp4 new file mode 100644 index 0000000000..264b886238 Binary files /dev/null and b/static/img/app/core-concepts/open-mode/hide-http-fetch-requests-cypress.mp4 differ