Skip to content

Instantly share code, notes, and snippets.

@vkbansal
Created August 1, 2022 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkbansal/7c91d942c4eba3d4c31e62926874ecfb to your computer and use it in GitHub Desktop.
Save vkbansal/7c91d942c4eba3d4c31e62926874ecfb to your computer and use it in GitHub Desktop.
Harness blog snippet - Cypress CI entrypoint
# reference https://docs.cypress.io/guides/continuous-integration/introduction#Xvfb
Xvfb -screen 0 1024x768x24 :8099 &
# start the mock node server
node /opt/cypress/server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment