I added this Cypress.on('uncaught:exception', (err...
# best-practices
a
I added this Cypress.on('uncaught:exception', (err, runnable) => { // returning false here prevents Cypress from // failing the test return false }) inside the before each