Cypress project Steps to be followed: Open terminal and enter "npm install" To run via Cypress GUI npx cypress open Click on spec file to run paticular spec (or on run all to run all the specs) To run via Command Line npm test