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
We already have the possibility to define regex pattern on mock using Mokka UI.
What is missing is passing this value to Wiremock's StubMapping : please focus on WireMockStubMappingConverter
what is missing is:
if (StringUtils.isNotBlank(mockConfiguration.getPattern())) {
requestPatternBuilder.withRequestBody(new RegexPattern(mockConfiguration.getPattern()));
}
The text was updated successfully, but these errors were encountered:
We already have the possibility to define regex pattern on mock using Mokka UI.
What is missing is passing this value to Wiremock's StubMapping : please focus on
WireMockStubMappingConverter
what is missing is:
The text was updated successfully, but these errors were encountered: