-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Set video config to false by default #2718
Comments
Is this what you'd like to see? #619 |
Yes, and also changing the default of the |
Understand the concerns - it's probably time we changed this. We can do a proposal for |
Issue for |
Thanks for taking the time to explain the feature you'd like. Our team has decided that adding the default for video config to false is not currently within our scope of feature work. The We will be closing this issue, but keeping it open for comments (which we do read). We will reconsider and reopen if we see this issue gains more 👍 or comments in support. |
Current behavior:
The first time I run Cypress, it spams my project with lots of directories and files I don't need nor want. Merely running Cypress should not produce anything. I wasted a lot of time searching the docs for ways to disable this behavior.
Desired behavior:
Cypress should only produce these files if I explicitly ask for it. For example,
npm init cypress
orcypress init
.The
video
option should default tofalse
. You should not assume people want this.Cypress should not automatically scaffold stuff into
cypress/fixtures
,cypress/plugins
,cypress/support
. I could not find a way to disable this (which is very surprising), so I ended up forcing these directories to exist in Git so Cypress wouldn't do the scaffolding (touch cypress/plugins/.keep
).Steps to reproduce:
Can be reproduced by just running
cypress run
in a project.Versions
Cypress 3.1.1
The text was updated successfully, but these errors were encountered: