https://cypress.io logo
thanks for the reply. im talking about the calls m...
# e2e-testing
g
thanks for the reply. im talking about the calls made by the application. the documentation is talking about intercepting a request or a list of specific requests. what i want to do is intercept all of them without knowing exactly what requests are going to be fired, as i will be going through different pages, each page having its own requests being fired and i basically want to make sure that everything is going okay. so for example if i intercept something like this:
https://**
which will match with everything, will it check the first request only or all of them ?