ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

Added scenario outline example support into DataTable parameters #103

Closed csurfleet closed 4 years ago

csurfleet commented 4 years ago

I've added the support for Scenario Outline examples in DataTable arguments. Its supported by a unit test and an example scenario. I've tried to keep the level of the test similar to the other things in that file, but I'm happy to split it out a little if you think it is testing too much in one.

I've not changed the documentation etc as I think its already expected behaviour but again happy to add anything you think would be useful.

Thanks!

ttutisani commented 4 years ago

Thank you! Looks good. Merging.