Hello! I'm trying to use wiremock for graphql. I...
# help
r
Hello! I'm trying to use wiremock for graphql. I've read the documentation and I'm still not sure how to make it work. I'm running wiremock in a docker container. I put this file in my docker container's /mappings folder and it's not being mapped. I'm sure I'm doing it wrong, but I can't find anywhere that tells me where I'm supposed to put that java file or how I get it to work. I'm sure it's obvious, but i'm new to wiremock and I've never been a java developer
t
Have you tried running WireMock directly rather than via Testcontainers? That would simplify things quite a bit and make it easier to debug your setup.