WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.36k stars 200 forks source link

Is it possible to import results from _admin/openapi/convert into wiremock.org mappings ? In document I was able to find post __/admin/mappings/wiremock.org ( however this doesn’t exist now ) in the source code , please clarify , thanks ! #943

Closed Dalanit closed 1 year ago

Dalanit commented 1 year ago

Is it possible to import results from _admin/openapi/convert into wiremock.org mappings ? In document I was able to find post __/admin/mappings/wiremock.org ( however this doesn’t exist now ) in the source code , please clarify , thanks !

StefH commented 1 year ago

@Dalanit No, the __admin/openapi/convert returns WireMock.Net mappings, which are not compatible with WireMock.org

Dalanit commented 1 year ago

Is there any other way to import wiremock.net mappings into wiremock.org mappings ?

StefH commented 1 year ago

No, there is no way to convert wiremock.net mappings to wiremock.org mappings.

(The other way is more or less possible : wiremock.net can understand and convert in a limited way to wiremock.org)

In the future, there will be a new spec which is compatible with both.