archived legacy failing example used to demonstrate / explain project
cli option
#5322
Labels
content: rewrite
triaged
Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.
Subject
Guides > Command Line
Description
Concerns the page:
https://docs.cypress.io/guides/guides/command-linemoved to https://docs.cypress.io/app/references/command-linecypress run --project <project-path>
cypress open --project <project-path>
both refer to https://github.com/cypress-io/cypress-test-nested-projects as the only explanation of the Cypress
--project
cli option:The repo cypress-io/cypress-test-nested-projects however is not suitable for this purpose. It:
cypress.json
instead ofcypress.config.js
orcypress.config.ts
package.json
andpackage-lock.json
are not alignedSuggestion
In
https://github.com/cypress-io/cypress-documentation/blob/main/docs/guides/guides/command-line.mdxhttps://github.com/cypress-io/cypress-documentation/blob/main/docs/app/references/command-line.mdx:--project
optionPossibly this could be aligned to the explanation of
cypress open --global
which says:The text was updated successfully, but these errors were encountered: