mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Is it possible to use MappingBuilder or another Wiremock.Net builder #653
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @generik0 on GitHub (Dec 18, 2024).
Originally assigned to: @StefH on GitHub.
Hi, thanks for an awesome package.
I know you have a nice WireMock docker, however we are looking for to utilize another WireMock Docker that has a admin GUI.
Is it possible to use the excellent MappingBuilder but create mappings for IWireMockOrgApi? I couldnt see anything in the repo or in the code implementation, only ToJson(). Any good ways to do it fluently?
Thanks again.
@generik0 commented on GitHub (Dec 19, 2024):
One of the root causes for this is there is no simple UI for Wiremock.Net instances.
Infact the OrgApi cannot run against Wiremock.Net docker, and also the wiremock ui's out there cannot either
We can do a lot in json and swagger, but especially for our not so senior devs, a UI tool can be very helpful when trying to understand how it all works.
Is there a UI tool you know of that can run against your dockers.? Otherwise, "Given" to a Org wiremoc would be awesome!
Or even with forwarding..
@StefH commented on GitHub (Dec 21, 2024):
Do you want a fluent mapping builder to be used for WireMock.org Java ?
@StefH commented on GitHub (Mar 1, 2025):
@generik0
Do you want a fluent mapping builder to be used for WireMock.org Java ?
@rsr-maersk commented on GitHub (Mar 1, 2025):
It was to use your mappings against a vanilla wiremock.
Your wiremock mappings are awesome, but only work with your wiremock version.
@StefH commented on GitHub (Mar 15, 2025):
This functionality is not yet available.