Created
August 1, 2022 07:03
-
-
Save vkbansal/7c91d942c4eba3d4c31e62926874ecfb to your computer and use it in GitHub Desktop.
Harness blog snippet - Cypress CI entrypoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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