go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

feat: run rules #152

Closed vlalanne closed 6 months ago

vlalanne commented 6 months ago

New keyword introduced in gherkin 6: https://cucumber.io/docs/gherkin/reference/#rule

Feature: math operations
  Rule: add things
    Scenario: add two digits
      When I add 1 and 2
      Then the result should equal 3
bkielbasa commented 6 months ago

thanks for your contribution!