Skip to content

An unofficial UI for WireMock. Completed features for a WIP implementation to make it QA-ready and deployable.

License

Notifications You must be signed in to change notification settings

antoni-g/wiremock-ui

 
 

Repository files navigation

WireMock UI

wiremock ui license wiremock ui issues wiremock ui build status

An unofficial UI for WireMock.

Features | Project structure | How to start the UI

UI screenshot

Features

  • supports multi wiremock servers
  • create/edit/delete wiremock stubs
  • json or visual mode
  • theming
  • support multiple panes

UI screenshot

Project structure

The project was bootstrapped using create-react-app using custom scripts react-scripts-ts 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 start

  4. The first thing you do is: Add a server (use the adress of a running WireMock Server)

Example default server configurations

File can be placed at src/config/defaultServers.json

{
	"servers" : [
		{
			"name" : "test server",
			"url" : "http://test-server-wired.app.com",
			"port" : null
		}
  ]
}

About

An unofficial UI for WireMock. Completed features for a WIP implementation to make it QA-ready and deployable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%