Currently console output is suppressed unless the Verbose option is set.
I often use console.log for debugging my code, so I would greatly appreciate an option to pass console output through to the test result without all the other debug information from the extension.
It may be better to send it to the Output tab in the terminal - I don't know much about how these things work and what is possible or preferred.
Currently console output is suppressed unless the
Verbose
option is set. I often useconsole.log
for debugging my code, so I would greatly appreciate an option to pass console output through to the test result without all the other debug information from the extension. It may be better to send it to the Output tab in the terminal - I don't know much about how these things work and what is possible or preferred.