The missing tutorial for WireMock
  • Java 93.2%
  • Python 4.6%
  • Just 2.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-19 10:29:21 +00:00
client Refactor production code 2026-08-18 20:10:52 +02:00
server Initial commit 2026-08-18 16:46:25 +02:00
README.md Update README.md 2026-08-19 10:29:21 +00:00

WireMock Tutorial

Companion code for the WireMock tutorial blog post.

Set up instructions

This code is known on the following setup:

  • Linux Debian 13
  • Python 3.14
  • Poetry
  • java 21 OpenJdk
  • just 1.57.0

Running the server:

cd server
just setup
just start

Running the client

cd client
just setup
just start

Running the tests

cd client
just test