-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
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 |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: