Open
Description
Version
22.2.0
Platform
all platforms
Subsystem
No response
What steps will reproduce the bug?
- run any test with
node --test-reporter dot
- expect to see only dots and
X
- see stack traces instead
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
See only dots and X
What do you see instead?
Stack traces and helpful debug info
Additional information
See : #51769
We rely on the previous way the dot reporter worked.
All the new output is actually breaking for us.
We picked the dot reporter for self tests on another test suite exactly because it omits debug info.
The lack of debug info and stack traces makes it a perfect smell test that runs the same on any platform.
Because this was changed in a minor node version we now have a broken main :D
I am unsure how to proceed.
Is there a way to restore the old behavior of the dot reporter?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Triaged
Activity