You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to configure cypress.json in such a way that if its true for both screenshot/video then cypress should capture screenshot/videos and if its false/blank then it should not capture screenshot/video ,
Problem statement : If its false in cypress.json even then screenshots/videos are being captured by cypress , below is the cypress.json snippet
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I need to configure cypress.json in such a way that if its true for both screenshot/video then cypress should capture screenshot/videos and if its false/blank then it should not capture screenshot/video ,
Problem statement : If its false in cypress.json even then screenshots/videos are being captured by cypress , below is the cypress.json snippet
"videosFolder": "cypress/videos", "Cypress.Screenshot.defaults":{ "screenshotsFolder":"cypress/screenshots", "screenshotOnRunFailure":true }, "watchForFileChanges": false }
Beta Was this translation helpful? Give feedback.
All reactions