Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Created February 11, 2024 14:57
Show Gist options
  • Save rsrini7/3cac77132ce899665b374d231003805b to your computer and use it in GitHub Desktop.
Save rsrini7/3cac77132ce899665b374d231003805b to your computer and use it in GitHub Desktop.
wiremock
java -jar wiremock-jre8-standalone-2.35.jar --port 9999
ls -> __files and mappings folders
wiremock recorder ->
localhost:9999/__admin/recorder/
wathexec -N -w <path to your wiremock mappings> 'curl -X POST http://localhost:9999/__admin/reset;date'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment