cleodora icon indicating copy to clipboard operation
cleodora copied to clipboard

e2e: Try running e2e Cypress tests with Electron in Gitpod and GH Codespaces

Open omarkohl opened this issue 2 years ago • 1 comments

omarkohl avatar Jan 26 '23 18:01 omarkohl

It does not work out of the box in Gitpod (GH Codespaces untested). When setting an additional ENV variable ELECTRON_RUN_AS_NODE=1 it complains about a missing dependency. https://docs.cypress.io/guides/continuous-integration/introduction#Running-headless-tests-without-Xvfb

Probably it would be better to try to use the Docker containers provided by Cypress. https://github.com/cypress-io/cypress-docker-images

omarkohl avatar Jan 28 '23 14:01 omarkohl