I would like to open a different domain url as a popup window for authentication and authorization. Cypress.io does not allow a second unique domain. I have found a related question answered here, about opening a new window with the same domain URL.
Access a new window - cypress.io
I would like to know if it is possible to do this.
Example - Let's say my domain is abc.com, Start functional test on abc.com then open xyz.com as a new window and confirm the user-entered parameter and close the xyz.com.