Adds metadata to contracts (#1466)

fixes #1340
fixes #1078 
fixes #1406
This commit is contained in:
Marcin Grzejszczak
2020-08-04 13:36:22 +02:00
committed by GitHub
parent 91b7b95557
commit 242c8208a9
27 changed files with 889 additions and 131 deletions

View File

@@ -57,3 +57,15 @@ response:
regex: bar
- key: foo3
predefined:
metadata:
wiremock:
"postServeActions": {
"webhook": {
"headers": {
"Content-Type": "application/json"
},
"method": "POST",
"body": "{ \"result\": \"SUCCESS\" }",
"url": "http://localhost:56299/callback"
}
}