https://cypress.io logo
ASPX & Cypress
# i-need-help
l
Hello all, I have quite an interesting issue with some tests I am trying to develop. There is this portal/tool that was written ages ago use APSX web forms and it's giving me some trouble when trying to interact with it in Cypress. The problem has been boiled down to a variable in the source code. Without making this initial post too long, what would cause a website to run normally without Cypress vs with Cypress? Like, is there some sort of sandbox that Cypress does all of it's operations that could possibly interfere with the source code of the site its testing on?
m
What you could do is try and disable the uncaught message. https://docs.cypress.io/api/events/catalog-of-events#To-turn-off-all-uncaught-exception-handling I don't know the inner workings of how Cypress loads up the website but in most cases the disable uncaught message can help you move forward
l
I actually did try that in the beginning but all the does is just, essentially, skip the step, but that step needs to happen. Kinda unfortunate