According to Updating the name of SpecFlow scenario outline variations If I write an additional column as the first column, then the SpecFlow code generator will use the value from that column to name the test method
I have written a Specflow scenario outline like this:
but why the name of test scenarios still are "Example" not like "Example_odd-number".
My specflow version is 2.2.0, Nunit version is 3.7.1.