New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API for cy.intercept() to only reply to the first N requests #8531
Labels
Comments
4 tasks
The code for this is done in cypress-io/cypress#14513, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Current behavior:
To change the response for a route over time, currently, the user must implement counting themselves:
Desired behavior:
There is an API for the user to specify the number of times to use a route's handler. Something like this:
The text was updated successfully, but these errors were encountered: