Skip to content

[RemoteVideoListener] Did not find recorded video when running remote #69

@sonnh-est

Description

@sonnh-est

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions