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
When trying to run Cypress 8.7.0 inside a Docker image in a Gitlab CI job i obtain an error:
[FAILED] cypress:server:appdata path: /root/.config/Cypress/cy/production/browsers
[FAILED] Cypress failed to start.
[FAILED]
[FAILED] This may be due to a missing library or dependency. https://on.cypress.io/required-dependencies
[FAILED]
[FAILED] Please refer to the error below for more details.
[FAILED]
[FAILED] ----------
[FAILED]
[FAILED] 2022-03-23T10:38:33.051Z cypress:ts Running without ts-node hook in environment "production"
[FAILED] 2022-03-23T10:38:35.248Z cypress:server:appdata path: /root/.config/Cypress/cy/production/browsers
[FAILED]
[FAILED] ----------
[FAILED]
[FAILED] Platform: linux (Debian - 10.9)
[FAILED] Cypress Version: 8.7.0
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
-
When trying to run Cypress 8.7.0 inside a Docker image in a Gitlab CI job i obtain an error:
Here my gitlab-ci:
I already disabled the DISPLAY variable.
Has this happened to anyone?
Beta Was this translation helpful? Give feedback.
All reactions