Hi all. I'm about to give up in frustration and try a different framework, I use Cypress for end to end testing on my app while it's running on localhost and I like it for that.
I was trying to use it now to write a 'synthetic check' app that goes to my website on the internet, and clicks some things to check its behaving as expected. Unfortunately I've got a corporate proxy in the way.
A
curl
of my app from CI (has the proxy) responds exactly as I'd expect it to, and the cypress test that just does cy.visit('') runs fine locally (no proxy). Unfortunately behind the corporate proxy (on CI) I just get this, and a 60 second timeout. Does anyone have any idea, any at all what I might be missing?