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
That the output from After hooks and AfterSteps hooks does not end up in the report, is fixed by the commit cucumber/common@2c835c5 in #732, with that change we are back to v1.3.x behavior, that the output from the After/AfterStep hooks ends up in the next Scenario/Step.
However, since #706 was merged, the output from step/hooks is now passed on to the JSON formatter (in the Gherkin library), merging that commit (and thereby fixing the regression from v1.3.x with respect to the HTML and Pretty formatters), will make the JSON formatter crash on output from Before hooks. Since #701 is included in v1.3.16, this problem should/is likely to happen there to.
The short term fix is likely to block or delay output from before hooks, in the gherkin_formatter_adapter, mainly because releasing a new version of the Gherkin library is a complicated process.
Possibly other formatters too
The text was updated successfully, but these errors were encountered: