-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I used selenium grid for running test and I want to record video on node machine :
- Dependency:
<dependency>
<groupId>com.automation-remarks</groupId>
<artifactId>video-recorder-testng</artifactId>
<version>2.0</version>
</dependency>
- Start hub :
GridLauncherV3.main(new String[] { "-role", "hub", "-port", "4444" });
- Start node :
GridLauncherV3.main(new String[] { "-role", "node", "-hub", Constant.REGISTER_HUB_URL, "-browser", "browserName=firefox", "-servlets", "com.automation.remarks.remote.node.Video"});
- Listener :
@Listeners(RemoteVideoListener.class)
@Video (on Test method)
- System property:
System.setProperty("video.remote", "true");
System.setProperty("remote.video.hub", nodeIp);//(nodeIP : http://node-ip:port )
After running, I cannot find recorded video in video folder.
@SergeyPirogov
Could you all help me on this?
This is printed in my console, hope it is helpful
Thanks,
Metadata
Metadata
Assignees
Labels
No labels