-
![blankallurereports](https://user-images.githubusercontent.com/37538877/38600100-8f4a973c-3d80-11e8-89b1-338f3a267438.jpg)
I am consistently getting Blank Reports in Allure, when I run the reports…
-
Hi,
I have Two class "A" and "B", and while executing the Test Suit then report is generating different different for both classes.
Suppose in class "A" have 4 test case and class "B" have 6 Test ca…
-
Hi Anshoo,
The End Timestamp and Duration displayed as overall result is incorrect (highlighted below).
Whereas, the duration of each individual test is shown correctly and the timestamp on each s…
-
## Summary
If you report a _log_ inside a _test node_ with a message having a special HTML character, that message is interpreted by browser.
## Expected Behavior
Log messages should be escap…
-
https://github.com/anshooarora/extentreports-java/blob/ba4629db779eb9e2cc3b4c14c4eedf4c3625daa8/src/main/java/com/aventstack/extentreports/GherkinKeyword.java#L66
`new GherkinKeyword("Scenario Outl…
-
**Issue:** Unable to create report in dynamic location(output/Run_/report.html" with Cucumber & TestNG. I could see “output” folder along with “report.html” file, but not like this output/Run_/report.…
-
I recently added the ExtentReports JARs and java classes to a new project and when I run the suite, I get the following errors, would you know what is causing this? I am using IntelliJ, Selenium 2.49.…
-
@AfterMethod
public void getResult(ITestResult result){
if(result.getStatus() == ITestResult.FAILURE){
logger.log(LogStatus.FAIL, "Test Case Failed is "+result.getName());
l…
-
Hi Anshoo,
I am not using Jenkins.
When the generated extentreport HTML is viewed directly on my machine, everything seems fine. But when I am sending email using JAVA, the HTML is completely brok…
-
@anshooarora @virenv i was trying to add child nodes to my test execution when running the tests in parallel, i see for failed cases it doesnt display the results corrected.
Can you please check me …