Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plouc/wiremock-ui
An unofficial UI for WireMock
https://github.com/plouc/wiremock-ui
admin mocking react stubbing typescript ui wiremock
Last synced: 4 days ago
JSON representation
An unofficial UI for WireMock
- Host: GitHub
- URL: https://github.com/plouc/wiremock-ui
- Owner: plouc
- License: mit
- Created: 2018-08-12T03:16:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T01:51:38.000Z (4 months ago)
- Last Synced: 2024-10-09T08:08:27.704Z (3 months ago)
- Topics: admin, mocking, react, stubbing, typescript, ui, wiremock
- Language: TypeScript
- Homepage: https://plouc.github.io/wiremock-ui/
- Size: 4.91 MB
- Stars: 144
- Watchers: 11
- Forks: 53
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WireMock UI
[![wiremock ui license](https://img.shields.io/github/license/plouc/wiremock-ui.svg?longCache=true&style=for-the-badge)](https://github.com/plouc/wiremock-ui/blob/master/LICENSE)
[![wiremock ui issues](https://img.shields.io/github/issues/plouc/wiremock-ui.svg?longCache=true&style=for-the-badge)](https://github.com/plouc/wiremock-ui/issues)
[![wiremock ui build status](https://img.shields.io/travis/plouc/wiremock-ui.svg?longCache=true&style=for-the-badge)](https://travis-ci.org/plouc/wiremock-ui)An unofficial UI for [WireMock](http://wiremock.org/).
[Features](#features) | [Project structure](#project-structure) | [How to start the UI](#start-ui)
![UI screenshot](https://raw.githubusercontent.com/plouc/wiremock-ui/master/screenshots/ui_solarized_dark.png)
## Features
- supports multi wiremock servers
- create/edit/delete wiremock stubs
- json or visual mode
- theming
- support multiple panes![UI screenshot](https://raw.githubusercontent.com/plouc/wiremock-ui/master/screenshots/ui_white.png)
## Project structure
The project was bootstrapped using [create-react-app](https://github.com/facebook/create-react-app)
using custom scripts [react-scripts-ts](https://github.com/wmonk/create-react-app-typescript)
for typescript support.## How to start the UI
1. Use a shell and enter the wiremock-ui directory.
2. Type: yarn install
3. Type: yarn start4. The first thing you do is: Add a server (use the adress of a running WireMock Server)