You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By design, Wallaby does not (and never has) display process.stdout.write. If you want to show output, then Wallaby supports the use of console.log and some additional more ergnomic ways to output runtime values:
Identifier expressions
Live values comments //?
Show Value command
The Wallaby Console is displays some additional information about test execution progress and is not supposed to be cleared between each test run. Normally you wouldn't use this tab unless you were troubleshooting Wallaby.js issues or test execution issues (not really used for assertion failures). Mostly you want to be using the Failing Test tab in WebStorm.
Marking this as a feature request to support logging process.stdout.write and we will add it to our backlog.
smcenlly
changed the title
logs that are written with process.stdout.write is not displayed
Feature Request: support displaying output for process.stdout.writeMar 28, 2023
Issue description or question
logs that are written through
process.stdout.write
are not displayedalso:
repro
The text was updated successfully, but these errors were encountered: