In order of this to work, you must install cypress within your framework.
Navigate to [Cypress on NPM] (https://www.npmjs.com/package/cypress/) to install the latest version of Cypress.
Or paste this command into the CLI of your framework:
npm install --save-dev cypress
To initiate the cypress runner:
npx cypress open