QA Automation Project This project has Automation API and UI tests using Cypress. 📦 Instalation git clone <repo_url> Verify present tools open powershell or cmd run node -v run npm -v Go to file and install dependencies cd file path npm init -y npm install cypress --save-dev Go to file and open program cd file path npx cypress open