DEV Community

Discussion on: Migrating to Cypress, a journey

Collapse
 
laistomazz profile image
Laís Tomaz

Hi Tibo, great question!

For Coolblue's webshop we've chosen to mock most of our dependencies between applications, not making it a fuuuully E2E test, but it's a choice to be made.

Cypress' documentation has a really nice article explaining the benefits and downsides of choosing different strategies to handle dependencies, I hope this helps :)

docs.cypress.io/guides/guides/netw...