Support all cucumber formatters
Originally created by @anonym on #9424 (Redmine)
Currently we have to use a custom cucumber formatter
(ExtraHooks::Pretty
) to get the extra BeforeFeature
and
AfterFeature
hooks. However, when we run the automated tests in
jenkins we want to support the JSON formatter at least.
Feature Branch: test/9424-support-all-formatters
Related issues
- Related to #16150 (closed)