Cypress is a next generation front end testing tool built for the modern web.
The below command will update the dependencies to the latest versions (including major version changes) in the package.json file
npx npm-check-updates -uTo go ahead with the upgrades, run the following command:
npm install- Clone the project from GitHub.
- Open
Terminalfrom the project root directory, Run commandnpm installto install all the dependencies present in the package.json file.
- On the terminal, Run command
npm testto execute the scripts on the electron browser. - On the terminal, Run command
npm test:chrometo execute the scripts on the chrome browser.
- spec-reporter
