--
You received this message because you are subscribed to the Google Groups "mountebank-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mountebank-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks,
Raj
Navigate to http://donhenton.github.io/mountebank-UI/public_html/index.html. This is the actual application, there is no need to install it, as it creates the mountebank configurations for you and keeps its meta datain local storage.The help menu option explains a great deal of the application.The first time you visit the application you are given a blank collection. A collection is a group of Imposters, which have a Response and a Match Criteria you can fill out on the home page.For an Imposter, you can have multiple responses, and various match criteria.The collection Maintenance page allows you to create/switch collections and set the port Mountebanklistens to for that collectionThe Mountebank JSON page allows you to see the mountebank DSL code, and post it your mountebank server if you have it running locally(requires being started with --allowCORS)Import/Export lets you save what you have in local storage for another time.
This UI is not working on chrome. I can see following error:
Cannot read property 'tostring' of undefined @ mountebank-UI.min.js:17
An I missing any JS packaged on my system?