-
Notifications
You must be signed in to change notification settings - Fork 359
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
Xvfb missing #1114
Comments
Are you using a GitHub-hosted runner or a self-hosted runner? Am I right that when you say "locally using GitHub-hosted ubuntu-22.04 has If you are using a self-hosted runner, then you will need to make sure that the dependencies listed under https://on.cypress.io/required-dependencies for Ubuntu are already installed on your runner: apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb |
Thanks @MikeMcC399 I look into your suggestions |
Good. If you still have an issue, please explain what command you are using to run CI.
|
Still having some issues, cypress cant seem to connect to the api server within the CI
|
Have you resolved the issue with |
Yes I have |
Since your original issue is resolved I am going to close this issue. The issue list here is intended for users to report bugs in the action. It is not primarily intended as a "how-to" support tool. You can open a new issue for your follow-on problem, however you should be prepared to supply your full workflow and log files. The Cypress technical community on Discord may also be able to help you: |
I keep getting this error locally using
cypress-io/github-action@v6
what am I missing? I thought it should already come with all the required dependenciesThe text was updated successfully, but these errors were encountered: