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

Remove anchor link to headless in Command Line #5660

Merged
merged 1 commit into from
Feb 15, 2024
Merged
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 @@ -107,7 +107,7 @@ cypress run [options]
| `--env`, `-e` | [Specify environment variables](#cypress-run-env-lt-env-gt) |
| `--group` | [Group recorded tests together under a single run](#cypress-run-group-lt-name-gt) |
| `--headed` | [Displays the browser instead of running headlessly](#cypress-run-headed) |
| `--headless` | [Hide the browser instead of running headed (default during `cypress run`)](#cypress-run-headless) |
| `--headless` | Hide the browser instead of running headed (default during `cypress run`) |
| `--help`, `-h` | Output usage information |
| `--key`, `-k` | [Specify your secret record key](#cypress-run-record-key-lt-record-key-gt) |
| `--no-exit` | [Keep Cypress open after tests in a spec file run](#cypress-run-no-exit) |
Expand Down
Loading