Viet Pham
Results
1
comments of
Viet Pham
@sergiu-mezei-aera My workaround, you can try this code inside your TestListener: ``` String videoUrl = ""; String htmlContent = String.format("Video\n" + "this.parent.document.getElementsByClassName(\"attachment__iframe\")[0].height = this.document.documentElement.scrollHeight;" + "" + "", videoUrl); Allure.addAttachment("video",...