You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is tedious to have to manually connect each step text/definition, e.g., "Given app has a resource with attribute value", to its execution semantics, e.g., (confirm-existence-of-or-create context resource :attribute value). It should be possible to devise a "step grammar" (CFG) that parses step texts (instead of using simple regular expressions) and maps them to expected function names and definitions. This could be a real "value add" to Gherkin from the Clojure/Instaparse side of things.
The text was updated successfully, but these errors were encountered:
It is tedious to have to manually connect each step text/definition, e.g., "Given app has a resource with attribute value", to its execution semantics, e.g.,
(confirm-existence-of-or-create context resource :attribute value)
. It should be possible to devise a "step grammar" (CFG) that parses step texts (instead of using simple regular expressions) and maps them to expected function names and definitions. This could be a real "value add" to Gherkin from the Clojure/Instaparse side of things.The text was updated successfully, but these errors were encountered: