DEV Community

Discussion on: Cypress - End to End Testing Framework

Collapse
 
chema profile image
José María CL

Awesome! Thank you so much for sharing. I'm trying to implement Cypress in our React App.

There are just few things I don't get... should we use our real graphql service (in my case) to test the data or it's better to mock the graphql requests??

If we should mock the service data.. it's not complicated to maintain the tests every time the requirements changes? Thanks in advance!