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 testTo run cypress test in headless mode
npm run test:headlessTo run cypress test runner with debug mode
npm run test:debug