-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bernard Niset edited this page Mar 15, 2023
·
3 revisions
Minus Serve is a clone of Wiremock, but with added features.
- URL, URL pattern, URL path, and URL path pattern matching
- Header matching
- Cookie matching
- Matching attributes based on equality, case-insensitivity, contains, regex match, absence, and JSON Path
- Presence matching
- Stubbing with options for status, status message, body, body file name, priority, and headers. (Basic Stubbing)
- Mapping specifications in YAML files. (YAML Mapping Syntax)
- Stateful behavior with scenario support. (Stateful Behavior)
- Proxying. (Proxying)
- Global fixed stub delays and per-stub fixed delays for simulating faults. (Simulating Faults)
- Templating with JSONata
- Dataset support with processing. (Datasets)
Features from WireMock not yet implemented in Minus Serve:
- Multipart/form-data request matching
- Binary equality request matching
- JSON equality request matching
- XML equality request matching
- XPATH request matching
- Basic authentication request matching
- Date and time request matching
- Logical AND and OR request matching
- Per-stub random delays in stubbing.