Closed crazyk2 closed 8 years ago
@crazyk2 ok, need to be fixed in 1.0.5 version
please, give me your email, skype, whatsupp crazyk2@bk.ru i write fast fix for remote attach video and want to send it for you
@crazyk2 why do not create pull request?
@SergeyPirogov I want to consult and clarify some details
@crazyk2 please add me sergio_894, because there are a lot skype ids similat to yours
you forgot to rewrite the class testng/src/main/java/com/automation/remarks/testng/RemoteVideoListener.java to work with new Mode (RecordingMode.ALL)
Change to
private boolean videoEnabled(Video video) { return VideoRecorder.conf().getMode().equals(ALL) || (video != null && video.enabled()); }