cypress-example-kitchensink
cypress-example-kitchensink copied to clipboard
how to capture all the network request
hello, i find the cy.intercept() to intercept the request, but works for one request, i want to capture all the network request and record the request and response, is there any way to solve it?