Additional matcher

patch-1
sandeep 2021-06-11 16:20:34 +05:30
parent c539205559
commit fd63d24d53
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ requests:
path:
- "{{BaseURL}}/anything_here"
matchers-condition: and
matchers:
- type: word
part: body
@ -18,3 +19,7 @@ requests:
- "Phalcon Framework"
- "AnythingHereController"
condition: and
- type: status
status:
- 200