Hey everyone, I'm encountering an issue with runni...
# general
a
Hey everyone, I'm encountering an issue with running integration tests in parallel using WireMock as a dependency. It seems that each thread is attempting to start WireMock on the same port, resulting in port binding conflicts. Any suggestions on how to resolve this? Thanks in advance!
l
Are you specifying a port in your tests at all ? Have you tried using 0 as the port so wiremock will choose a random port ?