Cypress has introduced a new feature in its app that allows users to hide HTTP requests from the Command Log, offering a cleaner view during test runs. This enhancement, available in Cypress version 15.4 and above, is particularly beneficial for users who want to focus on the test flow without the distraction of numerous network call entries. Users can easily toggle the visibility of XHR and Fetch requests via a new option in the Command Log header, without needing to rerun or reload the tests. While these requests are hidden from view, they continue to run in the background and remain accessible for network stubbing and spying, ensuring that test behavior and network data are still fully available. This update aims to improve the debugging experience by reducing noise and helping users stay focused during complex test scenarios.