How can I use configuration.usingFilesUnderDirecto...
# general
r
How can I use configuration.usingFilesUnderDirectory() to scan wiremock mapping req and response from wiremock folder under resources of another module in multimodule wiremock application, where as this module is added as dependency in main module pom.xml Tried by passing path to directory but it is not working
t
Hi @Rohit Manmath Binjagermath you might want to try setting the file source as a
ClasspathFileSource
instance when starting WireMock
r
@Tom could you pls provide any example for this that would be so helpful, I have been trying to achieve this but not succeeded