You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the feature you are proposing to solve the problem?
It would be great if a plugin for Cypress was created that would allow generation of commands that accept only the right request body, and return a Chainable<Response>.
What is the problem this feature would solve?
Making requests with Cypress is not type-checked (neither the request nor the body), making it difficult to work with.
External documents/projects?
What is the feature you are proposing to solve the problem?
It would be great if a plugin for Cypress was created that would allow generation of commands that accept only the right request body, and return a
Chainable<Response>
.Something like :
What alternatives have you considered?
For now I'm using
cy.request
directly.The text was updated successfully, but these errors were encountered: