How do I hide the Cypress Panel?

CYPRESS_NO_COMMAND_LOG should work in < 10 and > 10.3 (ish) and set automatically by the @replayio/cypress plugin on > 10.9

Why are cy.requests not shown in the Network monitor?

Cypress requests are made from the Electron process. Request details are available however in the step details panel.

How do I get debug logs?

How do I use Replay with earlier versions of Cypress?

Replay works best with Cypress 10.9 or later but can be used with Cypress 8 or later with some additional environment configuration:

When running locally, you can set these variables in your npm scripts so they are set every time: