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 consideredAs 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
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