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

Use suite events for more accurate reporting #2985

Merged
merged 1 commit into from Jul 26, 2022

Commits on Jul 26, 2022

  1. Use suite events for more accurate reporting

    In 4.13 testSuiteStarted/Finished were introduced. While top-level test
    class events were already reported at the appropriate time, events for
    intermediate levels such as iterations of the `Parameterized` runner or
    classes executed by the `Suite` runner were created synthetically when
    the first test was started and the last test was finished, respectively.
    marcphilipp committed Jul 26, 2022
    Copy the full SHA
    0537b6b View commit details
    Browse the repository at this point in the history