'cypress mock a backend to backend call
I would like to mock a backend call with cypress, which is not executed by the frontend, but by another backend. In generell my frontend is asking the backend for the next step, and the backend is getting some necessary information for that from another backend. Of course i could just mock my backend to give the right response, but i wanted to do a more integrativ test, so also check if the backend is behaving correct. unfortunately i didn't found anything helpful in the cypress documentation.
Does any of you have an idea how to do it, or is it even doable with cypress?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
