Hey all, i'm trying to setup test environment that...
# help
b
Hey all, i'm trying to setup test environment that mirrors what a peer implemented however, i'm not able to get the
/__admin/webapp
web interface to work. When running the latest standalone and docker instance, i'm getting a 404 not found. I did enabled
-enabled-browser
also but its not working. Any tips?
l
Hi, the official Wiremock release runs headless in most instances and doesn't come with a built in UI. I think your peer must have setup their environment using a fork of wiremock - https://github.com/holomekc/wiremock You can see this thread for a similar conversation - https://wiremock-community.slack.com/archives/C03NAEH5LVA/p1699258991786189
b
Hi Lee, thank you!