Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

[ARCHIVED] Confirms that missing Xvfb or dependencies can be detected by Cypress

Notifications You must be signed in to change notification settings

cypress-io/cypress-test-ci-environments

Repository files navigation

cypress-test-ci-environments renovate-app badge

Confirms that missing XVFB or dependencies can be detected by Cypress

CircleCI

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.

Running in Docker

To start a docker container

docker run -it -v $PWD:/e2e -w /e2e cypress/base:8 /bin/bash

Then install Cypress and run tests

Debugging

Run tests with environment variable DEBUG for example

DEBUG=test npm run test-display-retry

About

[ARCHIVED] Confirms that missing Xvfb or dependencies can be detected by Cypress

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published