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
1/Open cypress.json
2/add new key/value couple : "videoUploadOnPasses" : false
3/run project using npm run cypress:run
4/Check cypress/videos folder
5/Videos are recorder whatever test pass or fail
The text was updated successfully, but these errors were encountered:
The videoUploadOnPasses only controls the uploading of videos, not the recording
Whether Cypress will process, compress, and upload videos to the Dashboard even when all tests in a spec file are passing. This only applies when recording your runs to the Dashboard. Turn this off if you’d like to only upload the spec file’s video when there are failing tests.
1/Open cypress.json
2/add new key/value couple : "videoUploadOnPasses" : false
3/run project using npm run cypress:run
4/Check cypress/videos folder
5/Videos are recorder whatever test pass or fail
The text was updated successfully, but these errors were encountered: