Can't use console to debug plugins run with "nodeVersion" : "system" #5587
Labels
stage: needs investigating
Someone from Cypress needs to look at this
stale
no activity on this issue for a long period
Current behavior:
console.log(..) and console.error(..) statements in plugins do NOT produce output in the console used to open cypress if the {nodeVersion: "system"} setting is used.
All works as expected if:
Desired behavior:
We should be able to continue to use console.log/error to print messages to the console as part of our debugging approach when running plugins with our system's node.
Steps to reproduce: (app code and test code)
In your cypress.json, include:
"nodeVersion": "system"
In your plugin file, include:
console.log('You can't see me!')
Versions
Cypress v3.5 and 3.6
OS: Windows 10
Browser: N/A
Related: #4432
The text was updated successfully, but these errors were encountered: