👋 Welcome! It is great to have you here. I hope you are going to enjoy this project.
Este é um projeto de automação de testes com Cypress na plataforma dev.finance, disponível em: https://devfinance-agilizei.netlify.app/.
It is required to have Node.js and npm installed to run this project. Run npm init -y.
I used versions
v20.11.0and10.2.4of Node.js and npm, respectively. I suggest you use the same or later versions.
It is also required to install Cypress. Run npm install cypress@13.7.3 --save-dev (or any later version).
Run npx cypress open, or npx cypress run to run the test in headless mode.