You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon review of Cypress documentation under the "cypress app" section if you pass the flag of "--browser", "--component", or "--e2e" you can bypass the launchpad and go straight to the spec page. Here is the wording and a link.
Once you get comfortable with Cypress you might find you don't need the Launchpad any more. In this case [you can run cypress open with the --browser and --component or --e2e options](https://docs.cypress.io/guides/guides/command-line#cypress-open) to go straight to the Specs page.
I saw a thread from Nov 2023 noting this was not possible. After testing using these args in the command this is true and launchpad still opens. Would be good to update the documentation if this is not a bug and proper to avoid more people spending time trying to debug something documented which is not possible.
The text was updated successfully, but these errors were encountered:
You are right that the description is open to interpretation and could be made clearer.
The wording does not explicitly says that the Cypress Launchpad is not started. Using the command line options means you don't have to click your way through to getting the Cypress Runner to start, instead it starts together with the Cypress Launchpad.
We can't skip entirely not opening the Launchpad so that we can handle error states and showing views in those error states (like an incorrect config) without crashing the entire experience or taking you to the terminal for that error.
Subject
examples, guides
Description
Upon review of Cypress documentation under the "cypress app" section if you pass the flag of "--browser", "--component", or "--e2e" you can bypass the launchpad and go straight to the spec page. Here is the wording and a link.
Docs
I saw a thread from Nov 2023 noting this was not possible. After testing using these args in the command this is true and launchpad still opens. Would be good to update the documentation if this is not a bug and proper to avoid more people spending time trying to debug something documented which is not possible.
The text was updated successfully, but these errors were encountered: