I’m using cypress for a few tests that are under Okta-Duo auth , my company switched to Duo Desktop , and now the browser needs to open the Desktop app , I granted permission to the browser to open it, then ask for permission to open it and I allow it.
However , something happens between the browser and Duo , they just can’t communicate , I think might be because cypress run under a proxy , and can’t communicate between the two because the address has changed , or port .
Any suggestions on how to allow them to communicate with them?
Thinks already tried :
Why my localhost does not work in Cypress?
Cypress can’t verify localhost even though it is up and running
https://github.com/cypress-io/cypress/issues/4780