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

Let JUnitReporter fire event(s) on the step notifier for every step #656

Commits on Jan 11, 2014

  1. Add fireTestStarted/Finished for undefined/pending steps in strict mode

    The JUnitReporter should for each call to Result either call
    fireTestIgnored, or call fireTestStarted and fireTestFinished on the
    step notifier. In strict mode undefined and pending steps should be
    treated as failed steps, so fireTestStarted and fireTestFinished should
    be called on the step notifier.
    brasmusson committed Jan 11, 2014
    Configuration menu
    Copy the full SHA
    76b3b57 View commit details
    Browse the repository at this point in the history