hello, everyone. I need an advice/guidance. I work...
# help
j
hello, everyone. I need an advice/guidance. I work on a project where we use Wiremock running in container somewhere in cloud next to our microservices (in testing environment). Now this one works fine but I would like to use this WM instance for automated test setup as well. Is this possible using the methods from java library? If so how (which method should I use)? I haven't found it in official documentation (or maybe I am just missing the context) I would also like to pass JSON files with stup mappings I have prepared previously from manual testing - for which I think I found the method but its designed to only pass response body not the whole setup.