Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mediafragment uri for video #287

Closed
lovedota opened this issue Jun 29, 2019 · 3 comments · Fixed by adamgruber/mochawesome-report-generator#131
Closed

Support mediafragment uri for video #287

lovedota opened this issue Jun 29, 2019 · 3 comments · Fixed by adamgruber/mochawesome-report-generator#131

Comments

@lovedota
Copy link

lovedota commented Jun 29, 2019

Hi guys

I have a used case in Cypress that to include the video to report and jump to the time that causing error.

addContext( 
  { test },   
  `${s3Bucket}/${Cypress.spec.name}.mp4#t=${getDurationInSeconds(startDate, new Date())`,
);

Then Mochawesome will treat this url as a link not as a video tag.

dsds

It would be great if we support this stuff.

@adamgruber
Copy link
Owner

adamgruber commented Jul 5, 2019

Added this in mochawesome-report-generator 4.0.1

@SriSivaBatchu
Copy link

Hi @adamgruber

Could you please add the support for embedded video 'data:video/mp4;base64,'

image

@dthisner
Copy link

dthisner commented Jul 8, 2022

Hi @adamgruber

Could you please add the support for embedded video 'data:video/mp4;base64,'

image

You should create a new issue/request for it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants