-
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
Add configuration option for disabling screenshots in cypress.json #5029
Labels
good first issue
Good for newcomers
topic: screenshots 📸
type: feature
New feature that does not currently exist
Comments
Svish
changed the title
Add possibility to disable screenshots in cypress.json
Add configuration option for disabling screenshots in cypress.json
Aug 26, 2019
jennifer-shehane
added
topic: screenshots 📸
type: feature
New feature that does not currently exist
good first issue
Good for newcomers
labels
Jan 6, 2020
@jennifer-shehane @Svish Can this be please assigned to me. Interested to work on this feature. |
@harshitjuneja Feel free to open a PR - even one that is a work in progress is fine. Check out our contributing doc and ask us if you get stuck. |
4 tasks
cypress-bot
bot
added
stage: needs review
The PR code is done & tested, needs review
and removed
stage: proposal 💡
No work has been done of this issue
labels
Jul 27, 2020
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
cypress-bot
bot
removed
the
stage: needs review
The PR code is done & tested, needs review
label
Aug 3, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Good for newcomers
topic: screenshots 📸
type: feature
New feature that does not currently exist
To disable video, all I need to do is to add the following to my
cypress.json
file:To disable screenshots on the other hand, I have to put this ugly code somewhere:
Can you please just add a simpler config for this so I can keep the global cypress test configuration in one place? E.g.
Cypress version: 3.4.1
The text was updated successfully, but these errors were encountered: