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(debugging): allow passing node args to the test runner #2609

Merged
merged 5 commits into from Nov 13, 2020

Commits on Nov 6, 2020

  1. feat(debugging): allow passing node args to the test runner

    Add the `--testRunnerNodeArgs` option. With this option, you can pass arguments to the node process that hosts the test runner.
    
    For example, running stryker with `--timeoutMS 9999999 --concurrency 1 --testRunnerNodeArgs --inspect-brk` will allow you to debug the tests running in the dryRun or the mutation test run.
    
    Another use case is using `--testRunnerNodeArgs --cpu-prof`, this allows you to analyse the performance of the child process..
    nicojs committed Nov 6, 2020
    Copy the full SHA
    b2e541b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Copy the full SHA
    6b69817 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Copy the full SHA
    f5ef11a View commit details
    Browse the repository at this point in the history
  2. Split on space instead of ,

    nicojs committed Nov 12, 2020
    Copy the full SHA
    ba5ff3d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dfa7ce3 View commit details
    Browse the repository at this point in the history