From 4337354dc593f370c7db87220d04e81a900188e8 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 31 May 2024 17:43:37 +0200 Subject: [PATCH] docs: fix link to print-debug-logs --- included/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/included/README.md b/included/README.md index 8f8bd09b7d..12ba6bf0c6 100644 --- a/included/README.md +++ b/included/README.md @@ -12,7 +12,7 @@ $ docker run -it -v $PWD:/e2e -w /e2e cypress/included:13.10.0 ## Debug -If you want to see the [Cypress debug logs](https://on.cypress.io/debugging#Print-DEBUG-logs) during the run, pass environment variable `DEBUG`: +If you want to see the [Cypress debug logs](https://on.cypress.io/troubleshooting#Print-DEBUG-logs) during the run, pass the environment variable setting `DEBUG=cypress:*`: ```text $ docker run -it -v $PWD:/e2e -w /e2e -e DEBUG=cypress:* cypress/included:13.10.0