Video recording of selenium grid

I am trying to record videos of my selenium tests. These tests are performed in parallel on a selenium grid. I wanted to open a VNC server for each firefox, and then start recording. Thus, one grid - node will open 5 vncservers, and then a program like recordMyDesktop will record each of them and store them in another file.

I found this: http://www.theautomatedtester.co.uk/blog/2010/castro-selenium-video.html but not for Java and Grid ...

Thank you in advance

Richard (My environment is Firefox on Linux)

+5
source share
3 answers

Available since April 2014, there is a java library that you can use to record videos called selenium-video-node.

README:

. WebM/VP8 " "

https://github.com/aimmac23/selenium-video-node

+2
I found interesting docker image for recording video for each executed test case.

Take a look at Zalenium

0
source

All Articles