Cypress is a next-generation front-end testing tool built for the modern web. Cypress makes it possible to: Set up tests Write tests Run tests Debug Tests Requierements: Install Node.js: https://nodejs.org/en/download/ Installation steps: Create a new folder and name it whatever you want. ie: “cy10” Open the folder on your preferred code editor. Start…