adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

Support to integrate embedded video into mochawesome report. #372

Closed SriSivaBatchu closed 2 years ago

SriSivaBatchu commented 2 years ago

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. image

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

adamgruber commented 2 years ago

This has been added in v7.1.3