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
Describe the bug
The Cypress folks recently introduced an experimental feature to allow us to delete video files for tests that pass. This is great for minimizing the amount of disk space used, so I've implemented it for my organization, but now I'm seeing these warnings from mochawesome:
18:53:37 [mochawesome] Report JSON saved to .../mochawesome-report/mochawesome_002.json
18:53:37
18:53:39 Warning: We could not find the video at the following path, so we were unable to process it.
18:53:39
18:53:39 Video path: .../basic/data.spec.js.mp4
18:53:39
18:53:39 This error will not alter the exit code.
Now that I know video files may be missing, and this is completely normal, is there a way to turn off these messages from mochawesome? They'll just fill up the logs with noise and serve as red herrings.
Environment (please complete the following information):
Platform: Windows 10, Linux
mochawesome version: 6.2.1
mocha (or other test library) version: Cypress 6.2.1
Describe the bug
The Cypress folks recently introduced an experimental feature to allow us to delete video files for tests that pass. This is great for minimizing the amount of disk space used, so I've implemented it for my organization, but now I'm seeing these warnings from mochawesome:
Now that I know video files may be missing, and this is completely normal, is there a way to turn off these messages from mochawesome? They'll just fill up the logs with noise and serve as red herrings.
Environment (please complete the following information):
Additional context
Here's the experimental feature from Cypress: cypress-io/cypress#2522 (comment)
The text was updated successfully, but these errors were encountered: