Created
February 11, 2024 14:57
-
-
Save rsrini7/3cac77132ce899665b374d231003805b to your computer and use it in GitHub Desktop.
wiremock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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