-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
run subtests flagged as only also when parent is not flagged #51261
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Version
No response
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
actually not a bug, but a DX improvement
How often does it reproduce? Is there a required condition?
I'd like the test named
want to run only thisto run, but to do so also the parent must have the{onyl:true}optionWhat is the expected behavior? Why is that the expected behavior?
The parents tests should run as well, as they were flagged
What do you see instead?
no tests run
Additional information
No response