We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433ff8 commit 6f6dbb9Copy full SHA for 6f6dbb9
schemas/v0.28.0/mockresponseplugin.schema.json
@@ -10,6 +10,10 @@
10
"mocksFile": {
11
"type": "string",
12
"description": "Path to the file containing the mock responses."
13
+ },
14
+ "blockUnmockedRequests": {
15
+ "type": "boolean",
16
+ "description": "Set to true to return 502 Bad Gateway response for requests that aren't mocked. Default is false."
17
}
18
},
19
"required": [
schemas/v0.29.0/mockresponseplugin.schema.json
0 commit comments