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

Enabling opening Cypress installed locally in 'global' mode #889

Closed
brian-mann opened this issue Nov 8, 2017 · 2 comments
Closed

Enabling opening Cypress installed locally in 'global' mode #889

brian-mann opened this issue Nov 8, 2017 · 2 comments
Assignees
Labels
type: feature New feature that does not currently exist
Milestone

Comments

@brian-mann
Copy link
Member

Use case is when you have multiple nested projects but a single shared cypress.

It's useful to spawn cypress open in global mode so you can pick either project.

/my-project
  package.json
  /node_modules
    /cypress
  /nested-project1
    cypress.json
    /cypress
  /nested-project2
    cypress.json
    /cypress
@brian-mann brian-mann added the type: feature New feature that does not currently exist label Nov 8, 2017
@brian-mann brian-mann self-assigned this Nov 8, 2017
@brian-mann
Copy link
Member Author

Fixed by PR #888

@brian-mann brian-mann added this to the 1.1.0 milestone Nov 20, 2017
@brian-mann
Copy link
Member Author

Released in 1.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature that does not currently exist
Projects
None yet
Development

No branches or pull requests

1 participant