- Clone or fork project
 - Install dependencies
npm i 
Execute npm start ou npx cypress open command line
npm start
npx cypress open
A CICD pipeline was created with github actions to run cypress tests automatically with each new push made to the project.
To access the pipelines that have already been executed, simply go to the project's Actions tab.