Hello, im new to cypress. i can intercept a specific request using "intercept" and check the response. is there a way to intercept all the requests an check if the status code is 200? in other words is there a way to get a failed test if any of the responses is !=200 ?