Open marcelovani opened 1 year ago
I am facing an issue using Cucumber Reports for Jenkins plugin https://plugins.jenkins.io/cucumber-reports/ Repo https://github.com/jenkinsci/cucumber-reports-plugin
Problem
Scenario outlines are not being counted, see screenshot
How to replicate I created a Jenkins job, using the output from https://github.com/cawolf/behat-cucumber-formatter/blob/master/features/eat-cukes.feature#L24-L281
The Jenkins job does the following: 1 - Creates json a file
2 - Processes the json file
I figured out that the value for type should always be scenario, see https://github.com/cawolf/behat-cucumber-formatter/blob/944c9f9895a7b70bfcb5bce21bb0a308e3509504/src/Formatter/Formatter.php#L243
type
scenario
I am facing an issue using Cucumber Reports for Jenkins plugin https://plugins.jenkins.io/cucumber-reports/ Repo https://github.com/jenkinsci/cucumber-reports-plugin
Problem
Scenario outlines are not being counted, see screenshot
How to replicate I created a Jenkins job, using the output from https://github.com/cawolf/behat-cucumber-formatter/blob/master/features/eat-cukes.feature#L24-L281
The Jenkins job does the following: 1 - Creates json a file
2 - Processes the json file