Skip to content

Commit 98f223f

Browse files
docs: Update the 'hide http requests' doc to have video and be more descriptive about disabling instructions.
1 parent bfc7b38 commit 98f223f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/app/core-concepts/open-mode.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,16 @@ The Command Log also records application events. These entries appear in gray wi
230230

231231
### Hide HTTP Requests
232232

233-
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.
233+
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.
234234

235235
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).
236236

237+
<DocsVideo
238+
src="/img/app/core-concepts/open-mode/hide-http-fetch-requests-cypress.mp4"
239+
title="Hide HTTP Fetch Requests in the Command Log"
240+
autoPlay={true}
241+
/>
242+
237243
### Instrument panel
238244

239245
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.
Binary file not shown.

0 commit comments

Comments
 (0)