extentreports-cucumber7-adapter
extentreports-cucumber7-adapter copied to clipboard
PDF details report section Step/Hook details returns the execution steps
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 it returns the steps say e.g. below
Given I register a user When I send a post a request Then login should be successful.
My query is along with the above step it also returns the step execution output e.g. Request headers, Response details etc. Is there any way to display only the step not the step execution output? Thanks.
Currently this is not supported. What is the reason you desire this output?
Thanks
Currently this is not supported. What is the reason you desire this output?
Thanks
Hello, The pdf report generated is very huge (due to multiple steps for a particular scenario in test suite ) and secondly the graph generated for each scenario and details around is taking quite space which i feel is not much helpful. Thank you.