Skip to content

Instantly share code, notes, and snippets.

@yanfengliu
Created July 28, 2021 22:53
Show Gist options
  • Save yanfengliu/c50c12c7794b0fb0f461a1ce6ca55a00 to your computer and use it in GitHub Desktop.
Save yanfengliu/c50c12c7794b0fb0f461a1ce6ca55a00 to your computer and use it in GitHub Desktop.
npm scripts for Cypress
...
"scripts": {
"start": "serve -p 5000",
"cy:run:chrome": "cypress run --browser=chrome",
"test:chrome": "start-server-and-test start http://localhost:5000 cy:run:chrome"
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment