How to run cypress scripts headed but without GUI runner #30785
-
|
I want to run the scripts in headed mode without the Test Runner GUI using the command npx cypress run --headed. |
Beta Was this translation helpful? Give feedback.
Answered by
jennifer-shehane
Jun 30, 2026
Replies: 1 comment
-
|
Use
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jennifer-shehane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
cypress run --headed --no-runner-uithis shows the real browser but hides the Cypress Command Log UI / reporter chrome.--no-runner-uiremoves the runner overlay while keeping a headed browser. https://on.cypress.io/command-line#cypress-run-no-runner-ui