I started using Cypress recently and i noticed that running a test could take 60-80 seconds, but if i go through the same UI "flow" on my browser, it takes 20-30 seconds for me to complete.
Is this normal? Are there any configurations that are affecting it?
My test is only a few lines long, using only cy.get() and cy.contains().