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

archived legacy failing example used to demonstrate / explain project cli option #5322

Open
MikeMcC399 opened this issue Jun 19, 2023 · 1 comment
Labels
content: rewrite triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Jun 19, 2023

Subject

Guides > Command Line

Description

Concerns the page: https://docs.cypress.io/guides/guides/command-line moved to https://docs.cypress.io/app/references/command-line

both refer to https://github.com/cypress-io/cypress-test-nested-projects as the only explanation of the Cypress --project cli option:

To see this in action we've set up an example repo to demonstrate this here.

The repo cypress-io/cypress-test-nested-projects however is not suitable for this purpose. It:

  • is based on legacy Cypress configuration using cypress.json instead of cypress.config.js or cypress.config.ts
  • shows a failing CircleCI badge
  • is not configured for CircleCI
  • contains incomplete instructions even for Cypress 9.x
  • package.json and package-lock.json are not aligned
  • is archived

Suggestion

In https://github.com/cypress-io/cypress-documentation/blob/main/docs/guides/guides/command-line.mdx https://github.com/cypress-io/cypress-documentation/blob/main/docs/app/references/command-line.mdx:

  1. Remove the references to the archived, legacy https://github.com/cypress-io/cypress-test-nested-projects repo
  2. Replace by an explanation of the --project option

Possibly this could be aligned to the explanation of cypress open --global which says:

Opening Cypress in global mode is useful if you have multiple nested projects but want to share a single global installation of Cypress. In this case you can add each nested project to the Cypress in global mode, thus giving you a nice UI to switch between them.

@nagash77 nagash77 added the triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. label Jul 5, 2023
@elylucas elylucas removed their assignment Jul 31, 2023
@MikeMcC399
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content: rewrite triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.
Projects
None yet
Development

No branches or pull requests

3 participants