-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Support --test-name-pattern
in run()
#46045
Labels
feature request
Issues that request new features to be added to Node.js.
good first issue
Issues that are suitable for first-time contributors.
test_runner
Issues and PRs related to the test runner subsystem.
Comments
connor4312
added
the
feature request
Issues that request new features to be added to Node.js.
label
Jan 1, 2023
cjihrig
added
the
test_runner
Issues and PRs related to the test runner subsystem.
label
Jan 1, 2023
MoLow
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Feb 4, 2023
working on it |
I'd like to work on this, if that's ok |
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 19, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 19, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 19, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 19, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 20, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 20, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
atlowChemi
added a commit
to atlowChemi/node
that referenced
this issue
Apr 20, 2023
Accept a `testNamePatterns` value in the `run` fn, and drill those patterns to the spawned processes. Fixes: nodejs#46045
closed by c627969 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Issues that request new features to be added to Node.js.
good first issue
Issues that are suitable for first-time contributors.
test_runner
Issues and PRs related to the test runner subsystem.
What is the problem this feature will solve?
Currently,
--test-name-pattern
can be provided when running tests from the command line, but not when running them via therun()
API.What is the feature you are proposing to solve the problem?
Have a new option like
namePatterns?: string[]
in the options.What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: