Results 4 issues of ms

Hello, Env: Eclipse + Maven + testNG + extent report When I run testNG suite file, how can I add summary section (see image below) in extent report dashboard view?...

Hi ``` // new instance ExtentReports extent = new ExtentReports(file-path, replaceExisting); // starting test ExtentTest test = extent.startTest("Test Name", "Sample description"); // step log test.log(LogStatus.PASS, "Step details"); try { File...

Hello, I am able to generate the extent report but I cant see the HTML report scroll bar, Because of that, I cant see the rest of the report. POM:...

Hello, In scene builder, JAR/FXML manager -> add library/FXML -> added jfoenix-9.0.10. I can drag other JFX components but I can not drag JFXTextField component. It does not give me...