Closed BorisovskiP closed 2 years ago
The installation instructions from the cypress website work:
apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
@Vinai true, this indeed fixed our issue. This issue is more of updating the documentation for people who use warden
. The correct link for the warden
fix is https://docs.cypress.io/guides/getting-started/installing-cypress#CentOS since warden
uses CentOS
Ah, I'm using it on a debian based Linux distribution in CI.
We currently use https://github.com/davidalger/warden for our projects. Running
npx cypress run --spec ./cypress/integration/path/to/some.spec.js
leads to the following error:I see two possible solutions to this: