The missing tutorial for WireMock
- Java 93.2%
- Python 4.6%
- Just 2.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| client | ||
| server | ||
| README.md | ||
WireMock Tutorial
Companion code for the WireMock tutorial blog post.
Set up instructions
This code is known on the following setup:
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