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
On a Linux CI environment I run cypress run --headless --browser chrome (and tried the workaround from #5949) but I keep getting the error:
Your system is missing the dependency: Xvfb
Install Xvfb and run Cypress again.
Desired behavior:
Since this is headless I expect it to run without xvfb as other E2E-frameworks allows me. I dont control the environment so I cannot decide what is and isn't installed and docker is not yet an option so I was very hopeful when I saw the release announcement about supporting headless for chrome.
Steps to reproduce: (app code and test code)
Install cypress 3.8.0
Configure to run headless chrome
Run on Linux machine without X and xvfb.
Versions
Cypress 3.8.0
The text was updated successfully, but these errors were encountered:
Current behavior:
On a Linux CI environment I run
cypress run --headless --browser chrome
(and tried the workaround from #5949) but I keep getting the error:Desired behavior:
Since this is headless I expect it to run without xvfb as other E2E-frameworks allows me. I dont control the environment so I cannot decide what is and isn't installed and docker is not yet an option so I was very hopeful when I saw the release announcement about supporting headless for chrome.
Steps to reproduce: (app code and test code)
Versions
Cypress 3.8.0
The text was updated successfully, but these errors were encountered: