Steven Knox
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...
Extension to mirror CLI features and include copy/paste gherkintest feature
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)
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...
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