-
Notifications
You must be signed in to change notification settings - Fork 24
Console.log - not output in console #92
Comments
I want that feature too. The extension |
Thanks for info. Worked also with Mocha test explorer before and it had VCS Mocha Tests debug console that it could output tests. |
@matprzybyla I've just pushed a new release today which basically covers this feature. You'll need to make sure you're on v0.8.0 from the marketplace. I'll close this issue now, but if you find that it doesn't work as expected, please either reopen this ticket, or in the case of a specific defect, feel free to open another ticket. Basically you should get the test output in an Output Window in VSCode. |
Hi @rossknudsen thanks for update. Awesome job, thanks a lot! |
Hi Ross, thanks for the work on the extension! |
Things to consider before raising a bug
Typescript/react tests
Describe the bug
This is just a question if this feature is supported. While running
npm run test
from cmd line I get console logs in output.When I use Jest Test Explorer no console output is logged anywhere in VSCode.
Is there some options/features to check to get it workig?
Additionally hen test run fails, test are "disabled" in explorer and no info is written enywhere
To Reproduce
Select any test from exporer and run or debug.
Expected behavior
Output from test written in console. All console.logs should be in output.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: