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
- OS: All
- Node:
- cypress-mochawesome-reporter: 3.5.0
- cypress:
What happened?
The video is added as Additional Test Context on not executed (SKEPped) tests.
Moreover, using the new option videoOnFailOnly (#141) and set it to true does not prevent videos to be added on SKIPped tests.
Config file
Default settingsORvideoOnFailOnly: true
Relevant log output
No response
Anything else?
The addition of video as Additional Test Context on tests is a great feature.
But I think it should be added only on executed tests (PASSed or FAILed) and not on SKIPped.
Additionaly the option videoOnFailOnly: true should add video only on FAILed tests and prevent the video to be added on all others.
The text was updated successfully, but these errors were encountered:
Hi @irapths !
Thank you for your feedback. Glad you enjoyed the video feature 😄 🎥
The logic is just looking at not passed tests when videoOnFailOnly: true so there is definitely logic for skipped tests missing... Should be an easy fix tho 😃
Environment
What happened?
The video is added as Additional Test Context on not executed (SKEPped) tests.
Moreover, using the new option
videoOnFailOnly
(#141) and set it totrue
does not prevent videos to be added on SKIPped tests.Config file
Relevant log output
No response
Anything else?
The addition of video as Additional Test Context on tests is a great feature.
But I think it should be added only on executed tests (PASSed or FAILed) and not on SKIPped.
Additionaly the option
videoOnFailOnly: true
should add video only on FAILed tests and prevent the video to be added on all others.The text was updated successfully, but these errors were encountered: