Ensure you have the following installed on your local machine:
To install crypress using node.js, execute below command in project directory
npm install
To open cypress test runner
npm run test
To run cypress test in headless mode
npm run test:headless
To run cypress test runner with debug mode
npm run test:debug