stevenknox / CoreBDD

BDD framework for xUnit.net
Apache License 2.0
18 stars 1 forks source link

Finish implementing Gherkin spec #10

Open stevenknox opened 5 years ago

tometchy commented 4 years ago

Is this issue the reason why running corebdd test --specs --output ./Specs in demobdd leaves Divide two numbers scenario empty? Is it going to be implemented or it's abandoned project?

stevenknox commented 4 years ago

Yes, the divide by two example uses ScenarioOutline to enable data driven tests (its using xUnit Theory and InlineData under the hood) , this hasn't been implemented for gherkin generation as yet. If its a blocker happy to take a look for you or accept a pull request

tometchy commented 4 years ago

It's not a blocker, I just explored your demo and was wondering why it's empty. Then checked issues and here I am. Thanks for answering :)