You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to name the video name as [package name + class name + method name + browser name + nano timestamp], and no idea about this.
I refer to the issue which closed: #30
and found the in TestNG video recording package, without the class VideoRule.java
so I can't custom the VideoRule by the solution provided by #30
Also I found the class UniversalVideoListener.java is implemented TestNG listener, included the test failure listener and there some code handle the video name, so I tried extended this class and override the method onTestFailure, but finally found the field private IVideoRecordClient videoRecordClient of TestNGListener is private and the interface IVideoRecordClient are also private.
@SergeyPirogov could you kindly provide some advise how I can do ?
Thanks.
The text was updated successfully, but these errors were encountered:
I am using the latest version of the video recording TestNG branch for my Selenium in the TestNG framework.
and the dependency is:
I would like to name the video name as [package name + class name + method name + browser name + nano timestamp], and no idea about this.
I refer to the issue which closed: #30
and found the in TestNG video recording package, without the class
VideoRule.java
so I can't custom the VideoRule by the solution provided by #30
Also I found the class
UniversalVideoListener.java
is implemented TestNG listener, included the test failure listener and there some code handle the video name, so I tried extended this class and override the methodonTestFailure
, but finally found the fieldprivate IVideoRecordClient videoRecordClient
ofTestNGListener
is private and the interfaceIVideoRecordClient
are also private.@SergeyPirogov could you kindly provide some advise how I can do ?
Thanks.
The text was updated successfully, but these errors were encountered: