CYPRESS_NO_COMMAND_LOG
should work in < 10 and > 10.3 (ish) and set automatically by the @replayio/cypress
plugin on > 10.9
Cypress requests are made from the Electron process. Request details are available however in the step details panel.
DEBUG=replay:cypress:*
, or just DEBUG=replay:cypress:plugin
DEBUG=cypress:launcher:browsers RECORD_REPLAY_VERBOSE=1
DEBUG=cypress:*,replay:* RECORD_REPLAY_VERBOSE=1
Replay works best with Cypress 10.9 or later but can be used with Cypress 8 or later with some additional environment configuration:
RECORD_ALL_CONTENT
must be set when using replay-firefox
to record replaysRECORD_REPLAY_METADATA_FILE
must be set for either browser to capture metadata about the test run.When running locally, you can set these variables in your npm scripts so they are set every time: