-
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
Give the option to seed / scaffold cypress files on new project through UI #3364
Comments
I think it's a bit overwhelming to display all the stuff we're about to do when they haven't actually chosen that yet. I'm thinking more along the lines of giving them the Yes/No, but underneath it hinting at what we will be doing which helps them make a choice. So maybe something like...
If they click "Yes" then on the next screen we'd then give the user a confirmation of what we just did with some tips on what each folder does and what we put in there. Really these would just be brief descriptions of what each one is used for. |
New iteration First modal Second modal I do not like this design - this should serve more as a starting off point for the design.
|
The work for this is done in #18924 but it hasn't yet been released. This will be part of our 10.0 release. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
When running Cypress on a new project, Cypress automatically scaffolds out the
cypress.json
andcypress
directory including example tests.Desired behavior:
cypress open
, open dialog that asks if the project owner wants the scaffolding done for their project - "Yes, I need help setting up Cypress on this project", "No thanks, I know what I'm doing."cypress init
in the command line.Versions
Cypress 3.1.5
Full internal proposal: https://github.com/cypress-io/cypress-internal/issues/363
The text was updated successfully, but these errors were encountered: