extentreports-cucumber4-adapter
extentreports-cucumber4-adapter copied to clipboard
Cucumber4 Adapter for Extent Framework
Hi Team, systeminfo.user and other systeminfo, do we have option to pass value at runtime or get user information.
Hi Team, Need to understand 1. how can we pass folder hierarchy dynamically for saving extent report. 2. is it possible to merge extent report with previous executed extent report....
Folder path mentioned in extent config.properties file (screenshot.dir field) is not getting created
Hi.. Please help on the issue below I am working on the BDD project from the **secured shared automation server** and I have used extentreports-cucumber6-adapter for reporting. The user.dir of...
There is this version for cucumber 7
When I run multiple suites using testng, level file, is it common convention to have single extent report html for all suites or should I have separate ones for each...
I want to attach my log files to my extent reports. I saw the following from @anshooarora, but it does not solve my issue completely https://github.com/anshooarora/extentreports-java/issues/249 The problem is that...
Hi @anshooarora I am using ExtentCucumberAdapter6. Dashboard displaying @tags for both Feature level tags and Scenario level tags. I want only feature-level tags to display. how to not display scenario...
In our automation tests, we are using firmware devices. The device serial numbers are passed through and input properties file and change for each user of the automation framework, depending...
When using extent reports I would just add extent.setSystemInfo("InfoField", "InfoString") Can I do this in html-config.xml or sparl-config.xml? I really need this as adapter simplified my code but the report...
`Scenario Outline:Verify user has no access to ......` Examples: | loginUsr | | admin | | client | **Expected result:** > Verify admin user has no access to ...... >...