more matchers

patch-1
sandeep 2022-03-15 01:19:48 +05:30
parent 928a9d120f
commit c1ee9649db
1 changed files with 5 additions and 8 deletions

View File

@ -42,11 +42,8 @@ requests:
- '"email":' - '"email":'
condition: or condition: or
- type: status - type: dsl
status: dsl:
- 200 - "status_code_1 == 302 && status_code_2 == 200"
- "contains(tolower(all_headers_2), 'application/json')"
- type: word condition: and
part: header
words:
- "application/json"