[SpecFlow.Generator] Display warning which indicates which example name is duplicated
Hi.
If there are duplicate example names, I'd like to see a warning which indicates which example name is duplicated.
For example,
Feature: My Feature
Scenario Outline: My scenario outline
Given this is the first step
Examples:
| Description |
| Example A |
| Example A |
Currently, SpecFlow generates two tests:
MyScenarioOutline_Variant0()
MyScenarioOutline_Variant1()
I would like SpecFlow to emit a warning which indicates "Example A" is duplicated more than once.
In this way, especially if there are a lot of examples, I can more easily find which example is duplicated and fix the issue.
A line number would also be convenient.
Thank you.
0
Please sign in to leave a comment.
Comments
0 comments