In SpecFlow I have several scenario outlines. I've added a "scenario" column to my examples table with a description of each example so that in the Test Explorer the test name is a combination of the Scenario Outline name plus the description (rather than "Scenario Outline Name Variant #"). I've ran into a situation where the description for one of my outlines is apparently really long and the Test Explorer won't populate it. Instead just getting the Variant # naming convention.
Is there a character limit in Test Explorer for names? I'm assuming it is a Test Explorer problem since SpecFlow doesn't have its own Test Explorer. I'm on SpecFlow v3 and VS 2019 btw.