trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.

Home Page:https://www.softwaretester.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skipped steps count shown as zero

Srinivasaraor opened this issue · comments

Describe the bug
Skipped Steps count shown as zero.

To Reproduce
Steps to reproduce the behavior:

  1. Run scenarios in parallel
    2.Due to previous step failure remaining steps in scenario are skipped
  2. Go to report to check count of skipped steps
  3. Expected: the count of passed, failed and skipped steps should be displayed on step summary page
    Actual: "All scenario" counts are shown in step summary page (please refer attached screenshot

Attachments
Attached
skipped steps

Note: Graphs are cluttered (x and Y axis) if number scenarios are more in test suite (please refer attached screenshot)
Additional context
Add any other context about the problem here.

The counts on the right side refer to the 63 scenarios not the steps. So this is actually correct. Since no scenario is skipped the 0 is legitimate.