test_runner: do not read from `process.argv` and `process.cwd()` in run() · Issue #53867 · nodejs/node · GitHub
Skip to content

test_runner: do not read from process.argv and process.cwd() in run() #53867

@mcollina

Description

@mcollina

Currently the codebase for

accesses some poperties of process, capturing some options there. However, we also expose run() to the end users, therefore we should capture all this information in
and pass it down to run() as options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions