github-actions
released this
12 Nov 00:35
·
31 commits
to main
since this release
Patch Changes
-
a5742b4: Fix tagged hooks to match @cucumber/cucumber implementation.
Tagged hooks are hooks that only run in the context of certain tags;
for example, a BeforeAll hook that only starts the server for
Features tagged with "@server".This change also adds info about the Feature to the "common" variable.