rishi
05/09/2025, 4:11 AMTom
05/09/2025, 11:17 AMty
05/11/2025, 12:18 PMinterface
types, and then run the wiremock standalone jar & extension jar together? is there a different approach that makes more sense?Tom
05/11/2025, 12:31 PMty
05/11/2025, 1:43 PMjava -jar wiremock.jar -cp extensions.jar
(and also not using the npm package)?Tom
05/11/2025, 3:28 PMjava -cp wiremock-standalone-3.13.0.jar:my-extension.jar wiremock.Run [WireMock CLI parameters]
ty
05/11/2025, 5:50 PM