Selenium 网格视频录制
我正在尝试录制我的硒测试视频。这些测试在 Selenium Grid 上并行运行。 我想为每个 Firefox 打开一个 VNC 服务器,然后开始录制。因此,一个网格节点将打开 5 个 vncserver,然后像“recordMyDesktop”这样的程序将记录其中的每一个并将它们存储在不同的文件中。
我发现了这个: http://www.theautomatedtester.co.uk /blog/2010/castro-selenium-video.html 但不适用于 Java 和 Grid...
提前谢谢你
Richard (我的环境是Linux上的Firefox)
I'm trying to record videos of my Selenium-Tests. These Tests run parallel on Selenium Grid.
I wanted to open a VNC-Server for each firefox and then start recording. So one grid-node would open 5 vncservers and then a program like 'recordMyDesktop' would record each one of them and store them in a different 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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自 2014 年 4 月起,您可以使用一个名为 selenium-video-node 的 java 库来录制视频。
来自自述文件:
https://github.com/aimmac23/selenium-video-node
Available since April 2014, there is a java library you can use to record videos called selenium-video-node.
From the README:
https://github.com/aimmac23/selenium-video-node