test_runner: differentiate describe from it in event:enqueue so we can have a total test count #51235
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
What is the problem this feature will solve?
I have 10.000 tests that run in 10 minutes. I want to have a sense of progress.
What is the feature you are proposing to solve the problem?
Add the type of the test to the enqueue event might be enough, whether it is a test or a test group;
itvsdescribe.What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: