feat: get request & response meta datas

This commit is contained in:
debugtalk
2020-04-21 18:55:31 +08:00
parent f3a8bd78ce
commit 27c1ce9772
4 changed files with 42 additions and 9 deletions

View File

@@ -25,5 +25,5 @@ teststeps:
session_foo2: "body.args.foo2"
validate:
- eq: ["status_code", 200]
- eq: ["body.args.sum_v", "3"]
- eq: ["body.args.sum_v", 3]
- less_than: ["body.args.sum_v", "${sum_two(2, 2)}"]