How to test multiple domains or origins with Cypress

preview_player
Показать описание
In this video, we look at how to test multiple domains within your Cypress tests using the new origin and session APIs.

docs:
Рекомендации по теме
Комментарии
Автор

This feature is going to be used a lot. Thanks cypress team!

kajotaese-uuqm
Автор

Woohoo! 🎉 _(takes off shirt and jumps on top of the table)_

I waited for this feature for literal years, thanks for your work guys!

PatricioHondagneuRoig
Автор

Are this work with azure ad SSO? Cookies ?

techknowledgebase
Автор

please let us re-run only the failed tests while using the cypress UI instead of the whole suite 😭

Manivelarino
Автор

I tried to use this feature clicking on a button which opens a new window to login. However, for my case the origin stays at old URL and does not change to newly opened window origin. Any workarounds for this?

bhavikdoshi
Автор

I'm facing a problem with cy.origin after the redirection to the url the left panel of cypress dissapear, any idea ?

nesrineouennich
Автор

I get a waiting for page to load --> please can you advise

tewzoful
Автор

how to setup your auth0 file and how we get the link of auth0

yogitarawat
Автор

Anyone got this working for testing facebook login ?? Does not work for me.

techmanbhatinc.
Автор

replace experimentalSessionAndOrigin with true and follow the rest;)

joshua
Автор

It didn't work for me, I still have an issue in the set up of cy.session (which is cy.origin)

SNTIS