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

test_runner: support defining test reporter in NODE_OPTIONS #46688

Merged
merged 7 commits into from
Mar 14, 2023

Commits on Mar 6, 2023

  1. test_runner: support defining test reporter in NODE_OPTIONS

    Adds --test-reporter and --test-reporter-destination as
    allowable options in NODE_OPTIONS. Also adds the CLI flag
    --test-child-process to allow forcing the default
    test-reporter for inter-process communication.
    
    Fixes: nodejs#46484
    SRHerzog committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ae2d73a View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    SRHerzog committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b51a68a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2edafb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    78997bd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    e80a78d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. minor code and doc cleanup

    SRHerzog committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    86b639c View commit details
    Browse the repository at this point in the history
  2. fix lint error

    SRHerzog committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    588f6ea View commit details
    Browse the repository at this point in the history