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
Hey Callum! This looks to be an issue I've been seeing with cy.exec. They use execa under the hood and it doesn't respect your systems $PATH. That error is basically saying it couldn't find node on your system because it's looking in one specific place. Related issue: sindresorhus/execa#153
Potentially related to #61, but I think it is a different issue.
I'm running my tests inside the percy agent:
In my tests, I have a
cy.percySnapshot()
, but it leads to the following output:Then when the agent quits:
What's this about? node is definitely installed!
Disabling Cypress web security didn't help.
The text was updated successfully, but these errors were encountered: