erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Gherkin: support And, But, and * step keywords #49

Closed tk3369 closed 3 years ago

tk3369 commented 3 years ago

The And, But, and * keywords extend the previous step keyword - When, Given, or Then. See Gherkin reference for more information.

This enhancement is required to support Grakn client. See master issue #44.

tk3369 commented 3 years ago

Argh... this is a dup of #40. @mkschulze can you mark this done in #44?