Open
Description
Current example summary:
[Summary]
1 feature
85 scenarios (85 passed)
265 steps (265 passed)
The .feature
file itself has 6 Scenario
s and 5 Scenario Outline
s with many examples each, all of which add up to the 85
count. However, counting all the examples separately makes it hard to quickly check overall how many of the 11 scenarios in the file are passing.
Can we change the output to consider examples separate from scenarios? Something like:
[Summary]
1 feature
11 scenarios (11 passed)
85 examples (85 passed)
265 steps (265 passed)
Here, Scenario Outline
s are also counted as Scenario
s and are marked as a pass only if all examples pass.
Metadata
Metadata
Assignees
Labels
No labels