Closed
Description
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
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.
Steps to Reproduce (for bugs)
- Create a scenario outline with multiple examples
- Make several examples fail at different step
- Display the result using cucumber react
Metadata
Metadata
Assignees
Labels
No labels