You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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.
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
The text was updated successfully, but these errors were encountered: