user968813
user968813

Reputation: 314

Capture Test Video on Remote Machine in JUnit/Selenium Tests

I am running Selenium Web Driver Scripts using Eclipse3.2-Junit4 Framework and Selenium Grid on remote machines. I want to capture screen video where the tests are running. I tried Monte Media Library but it records video only on Host machine i.e. Hub. But my requirement is to record complete test running on Selenium Node (i.e. remote machine). Could you please advise if there is some Java Library for this thing.

Thanks !!!

Upvotes: 1

Views: 2031

Answers (2)

HRVHackers
HRVHackers

Reputation: 2873

You can use VNC viewer or Remote Desktop connection to the remote machine and the Monte Video recorder would record everything on the local machine's screen--including the output from the viewer.

Upvotes: 0

Franz Ebner
Franz Ebner

Reputation: 5096

I thought of that for a long time but technically it's almost useless to have a video.

Screenshots can replace a video quite good.

From my point of view this is the way to go.

Further questions?

Upvotes: 1

Related Questions