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

Commits on Jul 14, 2013

  1. Make it possible to inject a glue when creating a Runtime

    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).
    brasmusson committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    11ac9ff View commit details
    Browse the repository at this point in the history
  2. Align the step results in the JUnit test result files

    Adjust the number of . separating the step text from the step result,
    so that the results are aligned.
    brasmusson committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    87b2ee4 View commit details
    Browse the repository at this point in the history
  3. Add tests for the JUnitFormatter to disclose issues

    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.
    brasmusson committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    ebfb7aa View commit details
    Browse the repository at this point in the history
  4. Fix issues in the JUnitFormatter

    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.
    brasmusson committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    37d9bcb View commit details
    Browse the repository at this point in the history