This repository contains a tool kit to start using WireMock in a development environment.
It comes with a tool which restarts WireMock every time a mapping or payload file is changed, making development process easier.
Node.js + Java or Docker.
The preferred way to use this toolkit is using the Node.js CLI application in project root.
First install required dependencies:
npm install --production
Check Makefile
or package.json
scripts section for all available commands.
To change/configure WireMock host, port and data folder configurations, you can use a .env file that must be placed on project root directory.
Check .env.sample file for a sample of how to configure your .env file.
The reloader tool is built with Node.js and is located on folder wiremock-auto-reloader
.
This project is available under Apache Public License version 2.0. See LICENSE.