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
video.map will always return false if video is not given (javadoc of map: the mapping function to apply to a value, if present). So videoEnabled is never called without an annotation.
The text was updated successfully, but these errors were encountered:
com.automation.remarks.junit5.VideoExtension.videoDisabled(...)
will never return true if no Video Annotation is set:video.map
will always return false if video is not given (javadoc of map: the mapping function to apply to a value, if present). SovideoEnabled
is never called without an annotation.The text was updated successfully, but these errors were encountered: