Hi,
I am currently using SpecFlow with "Scenario Outline" and "Scenarios"
and the generated test works well.
Here (
http://blog.goblinfactory.co.uk/archive/2010/07/17/comparing-
specflow-to-cucumber.aspx) I read that I should see a test for each of
my scenarios (the name of these tests should be built from the name of
the scenario outline and the first column of my scenarios). Instead I
only see one test which gets my scenarios as parameters. I am using
similar code as in the post.
Is there an option that I can turn on to let Specflow generate
multiple tests like described in the post above?
Thanks,
Lars