Skip to content

Instantly share code, notes, and snippets.

@piferdg
Last active October 5, 2018 16:55
Show Gist options
  • Save piferdg/5985c558f6d1cbff8966c3abe10a57da to your computer and use it in GitHub Desktop.
Save piferdg/5985c558f6d1cbff8966c3abe10a57da to your computer and use it in GitHub Desktop.
Installing Cypress

Cypress

Install cypress: $npm install cypress
install cypress files within project, and run tests: $npx cypress open

Note: Make your test file within cypress > integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment