You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress should be able to create a domain then subsequently, visit a primary domain.
Why is this needed?
This is a prime workflow needed for login:
it('logs in before the main test',()=>{cy.createDomainContext('identityprovider.com',()=>{cy.visit('identityprovider.com')//go to app you want to test// logincy.get('a[data-cy="multi-domain-secondary-link"]').click()// click the app you want to go to})cy.visit('myApp.com')//go to app you want to test// do test stuff here})
Other
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#20467, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
What would you like?
Cypress should be able to create a domain then subsequently, visit a primary domain.
Why is this needed?
This is a prime workflow needed for login:
Other
The text was updated successfully, but these errors were encountered: