skip to content
Alvin Lucillo

Testing with Cypress

/ 1 min read

💻 Tech

To log messages in Cypress, use cy.log() and not console.log(). Also, if you want to put testing in debug mode, use cy.debug() and not debugger.