-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Readme on how to get started #12
Comments
The URL is provided at the top on the GitHub homepage => https://plouc.github.io/wiremock-ui/ |
This url just allows me to create a new server, but does not allow me to create new mappings, fetch existing mappings etc. FYI, I was trying to connect to a WM instance hosted in my local. |
This is super buggy, excepting creating server, nothing work. (not sure if even this working, or just showing a message) |
@amitg25, can you please be more explicit about "super buggy"? things could be fixed, until we have proper reporting about bugs/error messages and such |
It's an early prototype, so I'm pretty sure some features might be broken, it took me some time to craft this tool though, so please be kind :) and try to be more constructive, otherwise feel free to use other solutions (like paid ones with proper support from a paid staff) |
@plouc , i did not mean to rude. In fact i appreciate you took time to create a nice UI tool for WireMock.
I am on Chrome (Mac) |
@amitg25, no worries :) I'll try to have a look at this when I've some time for my OSS projects, would you mind tell me which version of wiremock (and config|args) are you currently using? |
I tried it on two macs. Mac 1: I tried with Wiremock standalone versions 2.6.0, 2.12.0, 2.21.0 But result is same on both the macs. I could not do anything except create server so did not reach the state to set something in UI |
It will be easy if you can provide right click on "Create Mapping" to create a new mapping. Similarly if mapping is created then ability to delete, modify on right click. (You may already have it, but am unable to use) |
Hello, I created a similar tool (with the same name included), maybe you can get some ideas. The bad part is that it only works on Windows. https://github.com/juniorgasparotto/WiremockUI Thank you |
Does it work only on localhost instances? I was hosting one on azure, when I add the url, throws Invalid URL |
@kbking01, it does, it might be due to CORS issues. |
@plouc Opens on localhost:3000 and fails with following error shown on browser, Failed to compile /Users/.../git/wiremock-ui/src/modules/core/components/AppBar.tsx This error occurred during the build time and cannot be dismissed. |
As an end user, I do not have any clarity on how to get started with using this application. There are no releases, I do not see any executables in the source code, index.html opens as a blank page. Screenshots looks good, but there are no details on how to get into those screens.
The text was updated successfully, but these errors were encountered: