Replies: 2 comments
-
Cypress has a specific set of requirements in terms of machine in order to be able to run. It needs a browser, naturally, UI, and more. In order to run your gitlab job in a docker image, you need to follow these steps here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are some GitLab yml files in this repo, you should be able to drop the repo into GitLab and update the runner to try to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning, I have a problem with the following environment:
.gitlab-yml: content:
Currently, when I run the scenarios from the command line (npm run cypress:run) on my local machine (Win10), everything works fine, all the scenarios run without any problems:
But when I run them from the Gitlab-runner job, most tests give me an error, I've tried multiple things and I can't figure out why:
When executing the job, the log shows this information:
It should be noted that just after the "cypress run", this message appears, I do not know if it is the cause of my problems, but I have not been able to find information about it:
Hope someone can help me, I have tried a thousand possible configurations and several different ymls. many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions