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 have an openAPI spec as a yaml. It contains links to the application to be mocked, but in the URLs the root context is missing.
What you are trying to do
I use the openApi spec as it is and create the mockserver from it.
Because the root context is not within the yaml the expectations are all not working.
The solution you'd like
I miss a configuration of the root context (as for spring or quarkus apps), which is added to the expectations. This should lead to matching URLs and requests.
Describe alternatives you've considered
If mockserver honor somehow a root context within the openApi, this could solve the problem as well.
The text was updated successfully, but these errors were encountered:
Describe the feature request
I have an openAPI spec as a yaml. It contains links to the application to be mocked, but in the URLs the root context is missing.
What you are trying to do
I use the openApi spec as it is and create the mockserver from it.
Because the root context is not within the yaml the expectations are all not working.
The solution you'd like
I miss a configuration of the root context (as for spring or quarkus apps), which is added to the expectations. This should lead to matching URLs and requests.
Describe alternatives you've considered
If mockserver honor somehow a root context within the openApi, this could solve the problem as well.
The text was updated successfully, but these errors were encountered: