From c2695a36b71a4708323855457746d980006f00ad Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:51:46 +0200 Subject: [PATCH] Correct video recording debug statement --- docs/guides/guides/screenshots-and-videos.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guides/guides/screenshots-and-videos.mdx b/docs/guides/guides/screenshots-and-videos.mdx index a9a9b5bec5..9fb3051d91 100644 --- a/docs/guides/guides/screenshots-and-videos.mdx +++ b/docs/guides/guides/screenshots-and-videos.mdx @@ -136,7 +136,10 @@ a bigger video file size and higher quality video. If you are an FFmpeg pro and want to see all the settings and debug messages during the encoding, run Cypress with the following environment variable: -`DEBUG=cypress:server:video cypress run` + +```shell +DEBUG=cypress:server:video +``` :::