We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I figured out that the value for type should always be scenario, see
type
scenario
behat-cucumber-formatter/src/Formatter/Formatter.php
Line 243 in 944c9f9
Sorry, something went wrong.
cawolf#14 Renamed type from scenario_outline to scenario
c54fe77
Merge pull request #2 from marcelovani/14-scenario-outline-count
8afc518
b4b694c
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: