hello any one know how to dynamically access the n...
# help
k
hello any one know how to dynamically access the newly created mock apis through ingress on k8s ?
s
if you using java you can set up a connection from the client as so:
Copy code
@Before("@NuanceE2eTests and not @IMAE2ETests")
public void setUpWireMock() {
    wiremock = new WireMock("https", nuanceConnectorConfig.getHost(), 443);
    resetTheMockServer();
}
where host is the cluster endpoint on kubernetes