Ram Karthik
06/13/2024, 3:07 AMLee Turner
06/13/2024, 7:38 AM8091
? It looks like something in your test environment is already using that port so WireMock can't bind to it. I would recommend configuring WireMock to use a dynamic port number so you are less likely to clash with other thingsLee Turner
06/13/2024, 7:42 AMwireMockConfig().dynamicPort()
Lee Turner
06/13/2024, 7:43 AM.dynamicHttpsPort()