Cross-origin testing with Cypress

S Chathuranga Jayasinghe
2 min readOct 22, 2021

Cypress does not support cross-domain tests.. Yes & true, But.. there is a work-around! :)

You are reading this because, you have already heard that Cypress does not support cross-domain testing within a single test. Yes it is true and mentioned here in Cypress Docs too.

--

--