Skip to content

[cucumber/react] Hard to read scenario outline status when multiple scenarios fail at different steps #77

Closed
@DavidL06

Description

@DavidL06

Summary

When examples fail at different steps, it can get complicated to know which one failed at which step for a scenario outline.

Expected Behavior

I should be able to clearly identify where each example fails even if they fail at different steps.

Current Behavior

image(2)

Sometimes, it might be easy to identify the failed steps with the error trace, but it can get complicated when the error trace is not that helpful.

Possible Solution

Maybe repeating the steps for every example might help clarifying. And make the examples collapsible could help avoiding a long list of examples by default.
image

Steps to Reproduce (for bugs)

  1. Create a scenario outline with multiple examples
  2. Make several examples fail at different step
  3. Display the result using cucumber react

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions