Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct DEBUG cypress:launcher with wildcard #5927

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/guides/command-line.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ System Memory: 17.2 GB free 670 MB

**Tip:** set
[DEBUG environment variable](/guides/references/troubleshooting#Print-DEBUG-logs)
to `cypress:launcher` when running `cypress info` to troubleshoot browser
to `cypress:launcher:*` when running `cypress info` to troubleshoot browser
detection.

### `cypress verify`
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/references/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can see the full list of found browsers and their properties within the
in the **Settings** tab of Cypress.

Another way to log what is found by Cypress is to run Cypress with the
[DEBUG environment variable](#Print-DEBUG-logs) set to `cypress:launcher`. This
[DEBUG environment variable](#Print-DEBUG-logs) set to `cypress:launcher:*`. This
will print information about the found browsers and their properties to the
terminal.

Expand Down