Solved: ‘The following error originated from your application code, not from Cypress’
Nov 2, 2020
Have you got the same error while executing your cypress tests?
Here’s a simple solution for this:
Add the following code into your Support/index.js file.
This function returns false when an uncaught: exception is detected, thereby prevent failing of your test.