Adding status matcher
parent
25023affbe
commit
3eea755de1
|
@ -27,6 +27,7 @@ requests:
|
|||
]
|
||||
}
|
||||
}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
|
|
|
@ -22,8 +22,13 @@ requests:
|
|||
"$func": "var_dump"
|
||||
}
|
||||
}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
|
|
|
@ -22,8 +22,13 @@ requests:
|
|||
"$func": "var_dump"
|
||||
}
|
||||
}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue