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

Add --project flag to cypress run doc #66

Closed
jennifer-shehane opened this issue Sep 12, 2017 · 3 comments · Fixed by #82
Closed

Add --project flag to cypress run doc #66

jennifer-shehane opened this issue Sep 12, 2017 · 3 comments · Fixed by #82

Comments

@jennifer-shehane
Copy link
Member

This flag is missing in docs. node_modules/.bin/cypress run --project ./src/clients/foobar

@brian-mann
Copy link
Member

I purposely left this out because this only applies when Cypress is installed in global mode and even then we automatically set --project to process.cwd().

It's just a confusing internal flag that really serves no usable purpose (except for us). You would never be using cypress run outside of the project you want to run.

@brian-mann
Copy link
Member

It is in cypress --help so power users could still use it when available.

@brian-mann
Copy link
Member

I see there is a use case for this flag here: cypress-io/cypress#635

Now that I understand why someone would want to do this: we'll document that specific use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants