scenari icon indicating copy to clipboard operation
scenari copied to clipboard

Clojure BDD library - Executable Specification with Behavior-Driven Development

Results 5 scenari issues
Sort by recently updated
recently updated
newest added

Gherkin supports multiline strings, like this: ```gherkin Feature: Conway's Game of Life Scenario: Blinker Given the following universe: """ x x x """ Then the next generation MUST be: """...

When editing a scenario in a `.feature` file, it could be so nice to auto complete a gherkin step from existing glues. For both Intellij and Emacs :)

In debug session, it should be convenient to run a scenario step by step, in order to check DB state (due to side effects) or scenario state.

enhancement

In scenarii v2, steps are in state `succeed`, despite runtime exceptions thrown by assertions in glue.

bug

Hey there, do you plan on implementing a Clojurescript port as well?