This project utilizes Cypress to automate the testing of a login feature and a user update feature. Cypress is a JavaScript-based end-to-end testing framework that allows developers to write tests and execute them in a real browser.
npm installNOTE: It is necessary to have node installed
# You open the cypress UI
npx cypress open
# Run the automation by command line
npx cypress run