Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the HTML formatters handling of output from hooks #746

Merged
merged 1 commit into from
Sep 18, 2014

Conversation

brasmusson
Copy link
Contributor

In v1.3.x the HTML formatter delays the output from the Before hook until after the first step, and delays the output from the After hooks to until after the first step in the next Scenario:
html_output_v1_3_x

In v2.0.0.beta.1 the output from AfterStep and After hooks was not printed at all. With the changes in #732 and #738, the handling of hook output was brought up to the same behaviour as v1.3.x. This PR fixes the remaining issues with respect to the HTML formatters handling of hook output, resulting in this behaviour:
html_out_v2_0

Fixes #731.

@brasmusson brasmusson merged commit 8fbd192 into master Sep 18, 2014
brasmusson added a commit that referenced this pull request Sep 18, 2014
@brasmusson brasmusson deleted the html-formatter-hook-output branch September 18, 2014 18:28
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling #puts in an After hook does not print into the HTML report
1 participant