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
One of the use cases of Cypress is API testing. In that scenario it doesn't bring much value to take screenshots. However there's no way to disable screenshots.
Oh ok, so it's possible to do it, just not intuitive. I would prefer it was a simple config value, together with other configs as for video. The solution you showed forces me to have this config on support/index.js.
One of the use cases of Cypress is API testing. In that scenario it doesn't bring much value to take screenshots. However there's no way to disable screenshots.
"video": false
for videos."screenshots": false
for screenshots as well.The text was updated successfully, but these errors were encountered: