「mappings」フォルダにマッピングのjsonファイルを置いて、「__files」フォルダに応答...
# help
u
「mappings」フォルダにマッピングのjsonファイルを置いて、「__files」フォルダに応答のjsonファイルを置いて、マッピングの設定はできていると思いますが 実行すると、「No response could be served as there are no stub mappings in this WireMock instance.」となり、応答が返されません。レスポンスが返されるようにするにはどうしたらいいですか?
g
Maybe retry in english? :-D
u
I think that the mapping is set up by placing the mapping json file in the "mappings" folder and the response json file in the "__files" folder. When executed, it results in "No response could be served as there are no stub mappings in this WireMock instance." and no response is returned. How do I get a response?
I solved it by specifying the working folder with the "--root-dir=" option