'Cypress Multi Domain Testing

Does Cypress support multidomain testing in the same test? I am getting the below error while navigating to the different domain:

The new URL is considered a different origin because the following parts of the URL are different:

superdomain

You may only cy.visit() same-origin URLs within a single test.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source