-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress Not Starting in Gitlab Pipeline Env #948
Labels
Comments
Hello, we are using a Docker image based on Cypress Factory, and we've encountered the same issue with our GitLab CI runs since this morning. Console output:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the cypress/browsers:node16.13.2-chrome100-ff98 base image and can't seem to figure out why cypress won't start in my GitLab CI environment. Console output below:
For some additional context, im using Nx to run cypress (npx nx e2e ) as i have a nrwl workspace for this project. App compiles just fine. I seem to be able to successfully build a docker image using this particular parent image locally and run cypress without issue. I'm starting to wonder if the problem could be related to the VM the docker container is running on (ubuntu 20.04, has 4vCPU and 16GiB memory). Also worth noting im not using root user. I've set npm and cypress cache to custom directories - not sure if this is advisable / could be related to the problem, but any advice greatly appreciated!
The text was updated successfully, but these errors were encountered: