This message was deleted.
# help
s
This message was deleted.
o
Sorry, it went missing. I will ask the WireMock.NET maintainer whether he'd like to join
BTW, their official chat is here: https://gitter.im/wiremock_dotnet/Lobby . Maybe makes sense to ask there right away while I fuger out the community side
b
I’ve worked with WireMock .Net quite a bit myself. I use it to write acceptance tests for RestAssured .Net (shameless plug!), for example, and I share your views. I’ve had more luck with the JmesPathMatcher: https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#jmes-path-jmespathmatcher
c
Hey, Thank you for the replies, It's greatly appreciated. I will join the Lobby and see if there is a solution. Also, I will take a look at the JmesPathMatcher. :-)
b
If you’re looking for an example, I’ve got a working one with a test that invokes the matcher right here in my WireMock .Net workshop: https://github.com/basdijkstra/wiremock-net-workshop/blob/39cdf4b52f2dc6ba2dbca5d8cda1ea280cb84a11/WireMockNetWorkshop/Answers/Answers02.cs#L89
👍 1