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
I'm trying to create a gitlab pipeline to test my app using base image cypress/browsers:node14.15.0-chrome86-ff82.
But when the test is going to start it says:
The cypress npm package is installed, but the Cypress binary is missing.
We expected the binary to be installed here: /root/.cache/Cypress/6.1.0/Cypress/Cypress
So I debugged the runner and it found that it has the binnaries in the specified folder "/root/.cache/Cypress"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to create a gitlab pipeline to test my app using base image cypress/browsers:node14.15.0-chrome86-ff82.
But when the test is going to start it says:
The cypress npm package is installed, but the Cypress binary is missing.
We expected the binary to be installed here: /root/.cache/Cypress/6.1.0/Cypress/Cypress
So I debugged the runner and it found that it has the binnaries in the specified folder "/root/.cache/Cypress"
What could the issue be? Thanks 😀
Beta Was this translation helpful? Give feedback.
All reactions