An example of UI test automation using Cypress to automate the TodoMVC app React.js version (https://todomvc.com/examples/react/#/).
Requires Node.js.
- To install Cypress, type on the command prompt:
npm install cypress
- To create the file package.json, type:
npm init -y
- To execute the tests use:
npx cypress open