Steven Knox

Results 7 issues of Steven Knox

Tool for running CoreBDD tasks such as Spec and Test generation, running tests with custom output ``` corebdd test corebdd generate specs corebdd generate tests ./calculator.spec ``` - [x] Run...

spike
in-progress

Extension to mirror CLI features and include copy/paste gherkintest feature

up for grabs

And, But.. Are they ordered in class style syntax?

Output test status such as Feature->Scenario->Step execution status to console (and Test Explorers etc)

help wanted
feature

Create dependencies between scenarios, for example one scenario may create in order in an in memory DB, and another scenario act upon the order. Example spec ```csharp [Spec("Create Order")] public...

feature

Group Feature and Senarios into groups using xUnit Traits. Should be part of underlying framework and a developer shouldn't have to explicitly define groups

feature