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 +``` :::