Rakesh Priyatham
03/30/2023, 10:49 AM{
"id": "12345",
"country": "{{jsonPath request.body '$.country'}}",
"capital": "{{#eq (jsonPath request.body '$.country') 'France'}}}Paris{{else}}Sorry{{/eq}}"
}
Moustafa Elkady
03/30/2023, 10:58 AMSlackbot
03/30/2023, 11:52 AMVenkata Yedida
03/30/2023, 12:17 PMAnkit Singhal
03/31/2023, 6:15 AMavinash kolaparthi
03/31/2023, 9:44 AMJakub S
03/31/2023, 1:27 PMEasy Work
03/31/2023, 2:01 PMSashidhar J
03/31/2023, 2:19 PMEasy Work
03/31/2023, 4:28 PMTristan Marcus
03/31/2023, 9:45 PMOleg Nenashev
04/03/2023, 8:33 AMOleg Nenashev
04/03/2023, 8:59 AMAlbert Vesker
04/03/2023, 12:59 PM{ "name": "first" }
b. { "name": "two" }
c. { "name": "three" }
I want to know nay be already present helpers like
{ "name": "{{#responseInOrder 'first' 'two' 'three'}}" }
Nicolas Homble
04/03/2023, 8:39 PMbodyPatterns
combine the predicates with AND or OR?Tom
04/03/2023, 8:42 PMTom
04/03/2023, 8:42 PMNaveen Purswani01
04/04/2023, 6:51 AMOleg Nenashev
04/04/2023, 3:25 PMOleg Nenashev
04/06/2023, 9:06 AMOleg Nenashev
04/06/2023, 9:07 AMOleg Nenashev
04/07/2023, 8:27 AMOleg Nenashev
04/07/2023, 12:38 PMOleg Nenashev
04/10/2023, 7:50 AMOleg Nenashev
04/10/2023, 9:38 AMOleg Nenashev
04/11/2023, 3:09 PMAlbert Vesker
04/12/2023, 8:48 AM"requiredScenarioState": "Started"
What can u suggest me to resolve this problem?
Env: Wiremock in docker, stubs load in @BeforeAll once
{
"scenarioName": "11544",
"requiredScenarioState": "Started",
"newScenarioState": "SecondRequest",
"request": {
"url": "/test",
"method": "POST"
},
"response": {
"status": 200,
"jsonBody": {
"items": []
},
"headers": {
"Content-Type": "application/json"
}
}
}
{
"scenarioName": "11544",
"requiredScenarioState": "SecondRequest",
"request": {
"url": "/test",
"method": "POST"
},
"response": {
"status": 200,
"jsonBody": {
"items": [
{
"field": "value"
}
]
},
"headers": {
"Content-Type": "application/json"
}
}
}
Oleg Nenashev
04/12/2023, 1:03 PMOleg Nenashev
04/12/2023, 5:08 PMJackie chen
04/13/2023, 6:41 AM