Confirms that missing XVFB or dependencies can be detected by Cypress
Uses different Docker images to install Cypress and runs a test to verify that a good error message is shown if the environment is missing XFVB or a dependency.
To start a docker container
docker run -it -v $PWD:/e2e -w /e2e cypress/base:8 /bin/bash
Then install Cypress and run tests
Run tests with environment variable DEBUG
for example
DEBUG=test npm run test-display-retry