godog/features
tfreville fbed999ad8 feat(step_definition): Allows to define step function without return.
Issue: It is not possible to use function without return when
       matching steps, resulting in a lot of Nil only error
       returns.

Fix: Allows to provide empty result function by correctly matching
     reflect Calls on step Handler.
     When nothing is returned by the Handler, it will return
     nil as if errors was nil.
2021-07-13 10:31:39 +02:00
..
formatter Fixed the undefined step definitions help (#350) 2020-10-14 08:39:14 +02:00
background.feature improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
empty.feature Added a missed test file and updated the CHANGELOG 2020-04-30 14:32:13 +02:00
events.feature Removed the deprecated feature hooks 2020-06-20 20:06:30 +02:00
lang.feature Added gherkin verification of the JUnit formatter 2020-02-11 18:55:36 -03:00
load.feature Revert "Revert "Migrated to github.com/cucumber/gherkin-go - v9.2.0"" 2020-03-09 14:40:09 -03:00
multistep.feature adds scenarios to test nested steps 2017-04-28 22:04:49 +03:00
outline.feature support for tags in outline examples, closes #133 2018-09-28 16:17:13 +03:00
run.feature feat: support auto converting doc strings to plain strings 2021-03-16 09:40:37 +01:00
snippets.feature feat: generate simpler snippets that use *godog.DocString and *godog.Table 2021-03-16 09:42:22 +01:00
tags.feature feat(step_definition): Allows to define step function without return. 2021-07-13 10:31:39 +02:00