Steps :
Install Node.js and Node Package Manager (npm) : Cypress is a Javascript framework that runs on Node.js. You can visit the node.js website and download the LTS version.
Node.js Download . NPM also comes with the bundles with node.js.
Create a project folder :
Create a package.json file.
Install Cypress using npm.
Open Cypress.
Running the first test.