Skip to content

Instantly share code, notes, and snippets.

@meDavid
Created January 11, 2019 09:55
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 meDavid/78fae7bb20beabb59cc51ca077f53c76 to your computer and use it in GitHub Desktop.
Save meDavid/78fae7bb20beabb59cc51ca077f53c76 to your computer and use it in GitHub Desktop.
Cypress package.json scripts
{
.....
"scripts": {
...
"cy:open": "cypress open",
"cy:run": "cypress run"
},
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment