extentreports-cucumber7-adapter
extentreports-cucumber7-adapter copied to clipboard
Cucumber-JVM 7 Adapter for Extent Framework
Hi, I am running cucumber features using testng. When the failed feature is retried, all the other reports (Spark and HTML reports) are getting opened fine, however, when I try...
Despite adding the required config, blank JSON report is getting generated with the adapter. I have added the plugin in Cucumber options, and also added the required details on extent.properties
Getting error while upgrading cucumber version to 7.16.1. error says io.cucumber.core.gherkin.messages.internal.gherkin.Gherkin not found. Also observed that solution uses old cucumber-java version 7.2.3 and is not supporting upgraded cucumber version
Hello, I couldn't find a way to set a dynamic path to my report. my current understanding is that you have to provide the report under `extent.reporter.spark.out=path/to/ExtentSpark.html` but for my...
I am using Extent Cucumber Adapter 7 and trying to attach screenshot to the step using ExtentCucumberAdapter.addTestStepScreenCaptureFromPath but when I open the reports I see the attachment icon but there...
Hi, In PDF Extent report, i have set the displayDetailed: true in pdf-config.yaml file. Once the PDF Extent report generated under the details section->for any particular scenario the Step/Hook Details...
I am running the tests on multiple devices in parallel such as iOS and Android and when the extent report is generated (BDD) TestNG, it just shows the same test...
someone already raised the point that now video attachment is still not supported by spark reports, but there is nobody raised this enhancement yet please refer to: http://ghchirp.online/3196/ many many...
From what I can see, the report can only be configured by hardcoding the information into the .properties and .xml files. I wanted to know if there's a way to...