extentreports-java
extentreports-java copied to clipboard
Extent Reporting Library, Java
Is it possible using existing functionality to filter tests/methods in the right tab by status or maybe it is possible to add it? Let me explain our use case. We...
I record the response from an API call and include it in my report as JSON: `ExtentReportManager.getTest().info(MarkupHelper.createJsonCodeBlock(context.getAttribute("responseAsJsonObject")));` In the report, the JSON block appears to have toggles to expand/collapse sections...
Hi, **Summary:** When making calls to log formatted JSON messages to an execution report, it's been adding unexpected "-"'s to the logged messages in some cases. This might be how's...
When using Extent Reports to present Cucumber test results, the charts on the Dashboard are not properly labeled. The Tests chart should be Features. The Steps chart should be Scenarios....
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...
i have to bold the report name, used styles and css but not working, any help?
Exception stack for json formatter in java 17 FAILED CONFIGURATION: @AfterClass tearDownClass com.google.gson.JsonIOException: Failed making field ‘java.lang.Throwable#detailMessage’ accessible; either change its visibility or write a custom TypeAdapter for its declaring...
I have upgraded extent report 2.x to 5.0.8 version. I have a requirement where the test skipped it should be logged as SKIP in report but it is logging as...
I'm using 5.0.9 and also tried in 5.0.8 to 5.0.2 all versions gives that below error. freemarker.core._MiscTemplateException: Template inclusion failed (for parameter value "partials/exceptıon.ftl"): Template not found for name "spark/partials/exceptıon.ftl"....