Snippets Collections
Cypress.on('uncaught:exception', (err, runnable) => {
    // returning false here prevents Cypress from
    // failing the test
    return false
})
star

Wed May 15 2024 03:36:16 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/53845493/cypress-uncaught-assertion-error-despite-cy-onuncaughtexception

#exception #false

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension