-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
cypress open - new projectId creation not respecting --config-file #5747
Labels
Comments
elevatebart
added a commit
that referenced
this issue
Sep 24, 2021
2 tasks
The code for this is done in cypress-io/cypress#18240, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
Creating a new projectId using
cypress open
with a different config file results in the new projectId being placed into thecypress.json
file.Desired behavior:
I expect Cypress to honor the value passed to the
--config-file
option and add the new projectId to the specified configuration file and not the originalcypress.json
Steps to reproduce: (app code and test code)
git@github.com:oak-wildwood/cypress-test-tiny.git
npm i
npx cypress open --config-file cypress-other.json
Versions
Cypress 3.6.1, MacOS Catalina, Chrome 78
The text was updated successfully, but these errors were encountered: