Open xavier-ottolini opened 4 months ago
The function "registerEndpoint" is an interesting feature to check if a request is sent, and to check the response parsing.
However, it would be also useful to check which params are sent in the URL, in the query parameters and in the body.
This would be a great idea! I'm at the same spot now looking for a way to assert that certain API calls have been made. Maybe there is another way to accomplish this.
Describe the feature
The function "registerEndpoint" is an interesting feature to check if a request is sent, and to check the response parsing.
However, it would be also useful to check which params are sent in the URL, in the query parameters and in the body.
Additional information
Final checks