This message was deleted.
# help
s
This message was deleted.
d
Hi @Shruti Sagar Mishra, I am completely sure we encountered the same issues and also new to WireMock, but eventually my issue was the url didn't config right. What I did in configuration is like this:
Copy code
private static int port = 6677; @BeforeEach
  public void setup() {
    wireMockServer =
        new WireMockServer(WireMockConfiguration.wireMockConfig().port(port));
    wireMockServer.start();
    <http://log.info|log.info>("WireMockServer started at : {}", wireMockServer.baseUrl());
  }
I also posted this question in stackoverflow hope it helps
s
this is what i got
2023-02-15 234353 IApolloUIMethods [TestNG-PoolService-0-22] [INFO] WireMockServer started at : http://localhost:8080
d
I am not sure 8080 will work. What I changed the port number is
6677
which works for me. but I think you can use other port number as well
s
can we connect over call if possible. it will really get me out of jiffy.u r the first person i met who had done it successfully
did u do this for emulator?
r
Answering in #C04HHJ7F20G It's hard to keep track of conversations when you cross post the same one to multiple channels.