Finish implementing Gherkin spec
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?
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
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 :)