Skip to content
New issue

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

Issue with Cucumber JSon reports #681

Closed
madhurissanap opened this issue Mar 13, 2014 · 2 comments · Fixed by #704
Closed

Issue with Cucumber JSon reports #681

madhurissanap opened this issue Mar 13, 2014 · 2 comments · Fixed by #704

Comments

@madhurissanap
Copy link

Hello

Can someone please look into this issue
I have sceanrio as following
Scenario Outline: (1) Authenticating a User registered in RedBus Services
Given test1
When test2
Then test3
Examples:
|X|
|1|

The json contains 2 scenario outlines, thus due to this report displays Total count a 2

Following is the report for your reference
http://cucumber-reporting.masterthought.net/cucumber-html-reports/1394766389/feature-overview.html

Expected : Total count should be displayed as 1

@brasmusson
Copy link
Contributor

Essentially a dupe of cucumber/gherkin#165 and cucumber/gherkin#299.

@madhurissanap When creating json files for the Jenkins plugin, it is important to use the JUnit runner of Cucumber-JVM, see comment1 and comment2 on a previous issue.

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants