lazyhazyI
2 years agoOccasional Visitor
Cucumber Feature File as Report replacing the paramter
I have feature files in which most of the test cases are parameterized.... so it is so difficult non-engineers to read it as source of truth. Is it possible to generate complete feature file with examples replacing value. I want to generate html report like below for PO as source of truth (example in
Feature : Some BusinessRules
--> Rule: UI Rule 1
> TC1
-->TC2
--> Rule: UI Rule 2
--> TC1
-->TC2