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

feat(server): allow 'exit' listeners to set exit code #3541

Merged

Commits on Aug 17, 2020

  1. feat(server): allow 'exit' listeners to set exit code

    Currently it seems that it's not possible for reporters to set the exit
    code asynchronously.
    Within the "onRunComplete" event, the results.exitCode must be modified
    synchronously, otherwise the updated value is not taken into account.
    
    With this change, the reporters (or any other plugin) can pass an exit
    code to the callback of the 'exit' event.
    matz3 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b7f7dea View commit details
    Browse the repository at this point in the history