Why I can't see my console.log or console.error from inside Node scripts outside of Cypress which are being registered as Cypress tasks? #28409
Unanswered
LukasLewandowski
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a separate file with Node script which is working as expected but I am not able to console.log anything from inside this function, why is that?
Of course, this function is invoked by cy.task. Am I doing something wrong?
(I can't use cy.log outside of cypress scope and I don't want to)
Beta Was this translation helpful? Give feedback.
All reactions