how to record video of selenium tests running on Xvfb?
Asked Answered
G

1

3

I want a video recording of my selenium tests (chromedriver running on linux server with Xvfb).

How would you go about doing this with ffmpeg or does a library already exist? I also would like the output to be a choppy gif (I just need to know the basics of what is happening).

Guss answered 22/2, 2015 at 7:23 Comment(1)
this question could be posted here softwarerecs.stackexchange.comCordalia
R
1

You could try this : https://github.com/lightsofapollo/x-recorder

What it does is pretty simple : start an xvfb-run of your command, then record the X11 output with ffmpeg.

Rottweiler answered 3/2, 2016 at 11:29 Comment(2)
That package does not work with new node for at least 4 years github.com/lightsofapollo/x-recorder/issues/3Cavatina
So get on it ;)Runoff

© 2022 - 2024 — McMap. All rights reserved.