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
Is your feature request related to a problem? Please describe.
Hi @adamgruber
Right now mochawesome supports adding video file using path or URL. But with the I had to send the execution videos to paly video in the HTML report. So here I'm requesting to provide support for integrating embedded video into mochawesome report.
Describe the solution you'd like
We can write the same logic (regular expression) that was used to identify embedded images.
Describe alternatives you've considered As a work around I'm adding ' mp4' at the end of embedded string such that video regex will be matched. It worked! It would be good if we have a proper implementation for it
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi @adamgruber
Right now mochawesome supports adding video file using path or URL. But with the I had to send the execution videos to paly video in the HTML report. So here I'm requesting to provide support for integrating embedded video into mochawesome report.
Describe the solution you'd like
We can write the same logic (regular expression) that was used to identify embedded images.
Describe alternatives you've considered
As a work around I'm adding ' mp4' at the end of embedded string such that video regex will be matched. It worked! It would be good if we have a proper implementation for it
The text was updated successfully, but these errors were encountered: