Friday, January 12, 2024

How to run standalone mock server on local laptop

  1.  Please download the standalone wiremock server from Direct download section at the bottom of the page. Download and installation
  2. Feel free to place the above standalone jar in a folder of your choice. Let say for this example, it is wiremock.
  3. Change the directory to this folder and Start the standalone jar based on the options provided in Running standalone
  4. open cmd to the path where wiremock jar is downloaded and use the commend: java -jar wiremock-standalone-3.2.0.jar --port 19180 --global-response-templating

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...