The steps below will take you all the way through Cypress.
If you get stuck, here is more help:
Follow these instructions to install Cypress.
If you want to experiment with running this project in Continuous Integration, you'll need to fork it first.
After forking this project in Github
, follow these commands to run tests locally:
## clone this repo to a local directory
git clone https://github.com/<your-username>/cypress-functional-tests.git
## cd into the cloned repo
cd cypress-functional-tests
## install the node_modules
npm install
## start the tests
cypress run
If you’re not using Node or npm in your project or you want to try Cypress out quickly, you can always download Cypress directly from our CDN. Follow these instructions to install Cypress.
## Clone the repo locally
git clone https://github.com/<your-username>/cypress-functional-tests.git
## Launch cypress desktop app
## Open local repo manually or drag-drop it in cypress app
Click "landingpage.js"