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
Describe the feature request
I am using the .withQueryStringParameter method in MockServer for parameter matching. However, there does not seem to be a way to always force matching all query parameters. If parameters are omitted, the test still passes because it doesn't test for the presence of any parameters. I would like to request a feature to always check for all parameters.
What you are trying to do
I'm trying to make sure that the parameter is passed to the endpoint with .withQueryStringParameter:
Describe the feature request
I am using the
.withQueryStringParameter
method in MockServer for parameter matching. However, there does not seem to be a way to always force matching all query parameters. If parameters are omitted, the test still passes because it doesn't test for the presence of any parameters. I would like to request a feature to always check for all parameters.What you are trying to do
I'm trying to make sure that the parameter is passed to the endpoint with
.withQueryStringParameter
:However, the following example will also work without any parameters at all:
The solution you'd like
I want to make sure that certain parameter(s) are always present, and the test should fail if those parameters are not passed.
Describe alternatives you've considered
None so far.
The text was updated successfully, but these errors were encountered: