You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Abdul-abdulwahab Please try updating to v13+ and using Test Replay in Cypress Cloud to see your run in CI vs local. It’s helpful for debugging flake like this and narrowing down what in your environment may have caused it. If you can narrow this down to a specific bug in Cypress, plz reopen an issue explaining the bug.
Link to Cypress Cloud or CircleCI failure
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
return false
})
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:
Link to failing test in GitHub
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
return false
})
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:
Analysis
Tests are running in test runner or headless mode no issues however when I run same tests in Azure devops pipeline nothing working.
Cypress Version
12.16.0
Other
No response
The text was updated successfully, but these errors were encountered: