In order for this to work, you must install Node Package Manager (NPM) into your framework as well as the Cypress package from NPM
After cloning the repository, open your framework and type the following commands into the CLI
First, install Node Package Manager in your framework:
npm init -y
Then, nstall Cypress into your framework using the following command:
npm install cypress -D