How does one use this reuse option? Where do I set that? Do I create a new file or edit an existing one? The readme instructions are not very detailed. I am working in a monorepo that is simultaneously running three webApp environments each with their own cypress instances -- all running at the same time. I want to set each cypress instance to a different DISPLAY and then kill Xvfb after it's done. We are using CircleCi in a javascript/node.js codebase. We use a circle.yml file to tell circleci what to do and when.
This friggin' Xvfb stuff has literally wasted thousands of dollars worth of my time trying to fix.
Can anyone help me?
I get all kinds of random errors related to Xvfb failures.
Your system is missing the dependency: Xvfb
Install Xvfb and run Cypress again.
Read our documentation on dependencies for more information:
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies installed.
----------
Error: Display :99 is already in use and the "reuse" option is false.
Error: (EE)
Fatal server error:
(EE) Server is already active for display 100
If this server is no longer running, remove /tmp/.X100-lock
and start again.
(EE)
How does one use this
reuseoption? Where do I set that? Do I create a new file or edit an existing one? The readme instructions are not very detailed. I am working in a monorepo that is simultaneously running three webApp environments each with their own cypress instances -- all running at the same time. I want to set each cypress instance to a different DISPLAY and then kill Xvfb after it's done. We are using CircleCi in a javascript/node.js codebase. We use acircle.ymlfile to tell circleci what to do and when.This friggin' Xvfb stuff has literally wasted thousands of dollars worth of my time trying to fix.
Can anyone help me?
I get all kinds of random errors related to Xvfb failures.