WireMock.Net.WebApplication.NET6

This commit is contained in:
Stef Heyenrath
2022-10-25 17:19:13 +02:00
parent 57115f1a3d
commit b4c32dd66b
3 changed files with 197 additions and 36 deletions

View File

@@ -15,15 +15,7 @@
"WireMockServerSettings": {
"StartAdminInterface": true,
"Urls": [
"https://localhost:8081/"
],
"AllowPartialMapping": false,
"HandleRequestsSynchronously": true,
"ThrowExceptionWhenMatcherFails": true,
"ProxyAndRecordSettings": {
"Url": "http://postman-echo.com/post",
"SaveMapping": true,
"SaveMappingToFile": true
}
"http://localhost"
]
}
}