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

JUnitFormatter: Fix indentation, hook handling and support all-steps-first execution #556

Merged
merged 4 commits into from
Jul 16, 2013

Conversation

brasmusson
Copy link
Contributor

Adjust the number of . separating the step text from the step result, so that the results are aligned.
Change the JUnitFormatter to handle failures in the before and after hooks properly.
Also change the JUnitFormatter to handle both all-steps-first execution and one-step-at-the-time execution.

To aid testing, make it possible to inject a glue when creating a
Runtime. Also add a test specify that a CucumberException is thrown
if no backends are found (or an emtpy collection of backends is
injected).
Adjust the number of . separating the step text from the step result,
so that the results are aligned.
The main issue is that the JUnitFormatter does not handle failures
in the before and after hooks properly. To add flexibility the tests
also specify that the JUnitFormatter should handle both all-steps-first
execution and one-step-at-the-time execution.
Change the JUnitFormatter to handle failures in the before and after
hooks properly. Also change the JUnitFormatter to handle both
all-steps-first execution and one-step-at-the-time execution.
@aslakhellesoy
Copy link
Contributor

LGTM!

brasmusson added a commit that referenced this pull request Jul 16, 2013
Merge pull request #556 JUnitFormatter: Fix indentation, hook handling
and support all-steps-first execution.
Update the History.md
@brasmusson brasmusson merged commit 37d9bcb into cucumber:master Jul 16, 2013
@brasmusson brasmusson deleted the junit-formatter-fixes branch August 3, 2013 16: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.

2 participants