Run WireMock as a standalone process by downloading the executable jar and running it.
Follow these instructions to run the standalone WireMock server.
- Pre-requisite: Java 21
- Build the program distribution
-
./gradlew installDist
-
- Run the standalone server
-
build/install/standalone/bin/standalone
-
- When you're done, stop the program with
Ctrl + C
- See the official docs at http://wiremock.org/docs/running-standalone/.