Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Last active August 13, 2020 19:19
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 DavidWells/b62dcdaaaaaa8824410267e3d5d5de75 to your computer and use it in GitHub Desktop.
Save DavidWells/b62dcdaaaaaa8824410267e3d5d5de75 to your computer and use it in GitHub Desktop.
Run Cypress tests on live netlify URL
{
"scripts": {
"installCLI": "npm install netlify-cli",
"build": "react-scripts build && npm run deployTestSite",
"deployTestSite": "netlify deploy --json | jq {siteURL} | cypress test {siteURL}",
"test": "react-scripts test",
"deploy": "netlify deploy --dir build --prod"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment