Tests are not running in azure pipeline due an exception in the app #27265
Unanswered
Abdul-abdulwahab
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an uncaught error in the app and I was handled the error using below code in e2e.js file
Cypress.on('uncaught:exception', (err, runnable) => {
// returning false here prevents Cypress from
// failing the test
})
Tests are running in test runner or headless mode no issues however when I run same tests in Azure devops pipeline nothing working. see below

Can someone advise me?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions