picuscreative / testcafe-reporter-html

The HTML reporter for TestCafe
https://picuscreative.com/
22 stars 30 forks source link

Video & metadata for tests #20

Open dkhizhniakov opened 5 years ago

dkhizhniakov commented 5 years ago

Hi,

I want to ask if you're planning to support showing meta data and videos in report. That could be nice for representing results to the management

alexander-khrystych commented 5 years ago

Upvoting this. Video is extremely useful for debugging flaky tests, and it's not easy to get them when tests are running in CI (where they actually should run).

jbradensmile commented 5 years ago

Hi, While it would be nice to have video in the reporter itself, have you tried ffmpeg? You may be able to figure out how to add it to the reporter html code. Maybe mimic the screenshot thumbnail code?