I have downloaded the wiremock standalone jar locally. And I am starting the standalone server using below command. java -jar wiremock-jre8-standalone-2.26.3.jar --port 8089 & I am placing all the mocked endpoints under the mappings folder.
I need a user interface which can connect to my wiremock server and show me all the mappings. It would be of advantage if the UI could provide features for editing, deleting and adding new files permanently.