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
Is there a way to skip opening cypress once before installing the types?
What I need to do is:
npm install
tsc
npm test
And it should be in CI pipeline but npm install fails because
Please scaffold Cypress folder by opening Cypress once and then installing this package again
Do you have a solution for that?
Thanks!
The text was updated successfully, but these errors were encountered:
Is there a way to skip opening cypress once before installing the types?
What I need to do is:
npm install
tsc
npm test
And it should be in CI pipeline but npm install fails because
Thanks!
The text was updated successfully, but these errors were encountered: