-
I'm using Extent Report for Selenium BDD framework. For me, whenever the test case fails, the below error comes and stops generating the report. But when the test case pass, the reports are generated …
-
Dear Programmer,
I using extentService 5 to generate report but it did not generate any report although i provided extent.properties and html-config.xml.
Below is my code:
@Listeners({ExtentIR…
-
![image](https://user-images.githubusercontent.com/18375888/91322025-28eeee00-e7b7-11ea-9bf2-e383bc17af03.png)
![image](https://user-images.githubusercontent.com/18375888/91322524-c2b69b00-e7b7-11ea-…
-
## Summary
HI, I am trying to run my test parallelly in chrome and firefox. I am using TestNG parameterization concepts. My problem is I am getting two separate reports (one for chrome and one fo…
-
Hi anshooarora,
I have setup the retry analyzer for tests and i want to remove the duplicated failed iterations from the Html Report. So I can remove duplicate tests from the testlist via getTest…
-
I would like to propose some test improvements for this excellent project.
I happily can help, but want to start discussion first.
1/ setup travis-ci to run it automatically
Sample run here https://t…
-
## Issue
allure plugin for Jenkins appear empty when i'm using local repository though its working fine when using same project but from git
### Context
- **Jenkins version**:2.180
- **Job type**:…
-
How to add logs like "opening broswers" in cucumber report under Steps.
Below is the sample step i am following:
ExtentTest feature = extent.createTest(new GherkinKeyword("Feature"), "Refund item…
-
I'm trying to add links from one line to another line inside the report, using IMarkup. In the line that contains the link I render `my link text`, and in the linked line I render `link destination te…
-
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 have a setting with suites-tests-met…